-
Just helped troubleshoot a situation where the parameter for the survey-text plugin was set as `question` instead of `questions`, but the error message generated was not helpful. We should provide a b…
-
app_1 | 2023-03-22T01:27:41.154Z ERROR telegpt_core::modules::chat > Failed to handle chat message: A Telegram's error: Bad Request: message text is empty
-
I noticed that when sending an HTML messages with this module, the HTML source appears in the notification on Element Android. I think, the message might not be generated properly. HTML messages shoul…
-
I have received an email which consists of a short `text/plain` part, long inline `message/rfc822` (forwarded mail) and a `text/plain` attachment.
The second part is cut, but "Show Full Message..."…
-
### Describe the Feature
Alt text is viewable in the app UI for images, but not for videos; alt text is only included for screen readers, and captions are supposed to be used for visual display on vi…
-
This message is not currently very useful for users:
![Image](https://github.com/user-attachments/assets/6ca355c9-91cf-40a4-8b97-1492f6ef3252)
"Go to output" goes here:
![Image](https://github.com/…
-
Hi. Been working with LiquidCore for a few days. Great work!
I can't find a way to get the ACTUAL exception text during development though when an exception is thrown by a library I'm using. I exp…
-
Hi all here in this uPy Blynk community. I was doing a lot of debugging for one home automation project and finally, the conclusion is I found something estrange in this lib BlinkLib v0.2.1 running in…
-
When you save a level in TSC, it plays a sound effect indicating the save but has no other visual indication. It might make sense briefly to print a "Level Saved" message (with translations). This w…
-
```
Sender sender = new Sender(AuthorisedToken);
Message message = new Message.Builder()
.collapseKey("1")
.timeToLive(3)
.delayWhileIdle(true)
.addData("message",
"this text will be seen in not…