jdev - 2019-12-31


  1. jhon

    Hey

  2. jhon

    can anyone tell me is this good or not ?

  3. jonas’

    probably not

  4. debacle

    What's the best way to return some read-only values from an ad-hoc command? I use a form with some fields of type text-single, but I wonder whether this is the best way. Opinions? Ideas? TIA!

  5. Zash

    debacle, forms and ad-hoc commands go hand in hand, so that's probably what I'd do.

  6. debacle

    Zash, yes, so it was not entirely wrong :-)

  7. debacle

    I wonder, whether I can make the fields read-only?

  8. Zash

    You can make the form a result form

  9. debacle

    In fact, because of something completely unrelated, I will change things, Zash :-)

  10. debacle

    slixmpp doesn't support ad-hoc command handling with Python async, but I need everything "async". So I will send a message to the user instead. Ugly as hell, but should work. Hopefully.