Aarjan Baskota
Aarjan Baskota
When i run a simple Japronto server, and send __422__ request code, it returns following error: {"message": "Unhandled exception in event loop", "lineno": 182, "pathname": "/home/aarjan/anaconda3/lib/python3.6/site-packages/japronto/app/__init__.py", "exc_info": "Traceback (most recent...
Hi, I couldn't find XEP-0198 listed in this wiki, https://github.com/robbiehanson/XMPPFramework/wiki/XEPs. But, i could see many issues related to stream management discussed here. I tried this, but i couldn't get any...
### Discussed in https://github.com/leancodepl/patrol/discussions/1998 Originally posted by **aarjan** December 8, 2023 I am unable to test or develop the example app. I have tried the setup in my app but...
When encoding any enum field with JsonName annotation, the annotated name is not serialized to output, rather just the enum value.name is used.
If i use part directive import like this, it is not recognized while running build_runner. `part '../generated/models/message.g.dart';`
**Describe the bug** I am adding two separate records while creating a chat room for both users. I get this error when running this query in supabase in flutter app....