Friedrich von Never
Friedrich von Never
Currently, if someone quotes the big message in Telegram, the whole message gets copied into XMPP room. Probably we should add a configurable limit for quoting (line count, character count)?...
Try to post image to Telegram. It won't cause any measure effect on XMPP room. That's inappropriate. _At least_ show something like `[Image posted]`, but better repost the image to...
XMPP supports message editing (see [XEP-0308](http://www.xmpp.org/extensions/xep-0308.html)) just as Telegram do (see #18). This is a dual issue for #18: we need to get some insight on bots' ability to edit...
Consider this scenario: 1. XMPP gets implicitly disconnected, but the client is still not aware of it. 2. Bot receives a Telegram message. 3. Bot tries to send it to...
While investigating #22, we've found the root cause of the issue: it's the [`log.xml` configuration file](https://github.com/sylvanaar/IDLua/blob/ffc0589fca36b1837895cbf99f8ef3870ce1b685/include/log.xml) which is loaded by the `LuaLoggerManager` component: https://github.com/sylvanaar/IDLua/blob/ffc0589fca36b1837895cbf99f8ef3870ce1b685/src/main/java/com/sylvanaar/idea/Lua/LuaLogManager.java#L26-L35 _(note that, while this component is...
While investigating issue #22, I've found some contradictions between version published to the Marketplace ([1.0.127](https://plugins.jetbrains.com/plugin/5055-lua/versions/stable/90237)) and the sources in the repository. The main difference seems to be that certain components...
It would be very nice to provide some basic usage examples. While using the library (which is very good and solved my tasks) I was confused by multiple things: 1....
On my machine, initial Haskell tool setup (after I've opened my first Haskell project) has taken about half an hour, and during all this time the only thing I was...
Right now, after a long day of working on my Haskell project in IntelliJ-Haskell (which was immensely helpful, thanks a lot for your work!), I see 27 (!) Stack processes...
### Steps to reproduce 1. Open a supergroup chat 2. Try to search for member (type `@` and begin of member nickname) 3. For some members in some chats, it...