Andrei Pavlov

Results 4 issues of Andrei Pavlov

**Is your feature request related to a problem? Please describe.** For now, if your bot receives, for example, TelegramError, it will crash your entire app and if you have multiple...

question

### Description of the problem It would increase UX because there are only one field ### Desired solution for the problem Add ability to submit nickname on welcome screen by...

Class: enhancement

### Description of the problem Listeners that registered with `addEventListener` don't trigger. ### Reproduction steps - add element `` - register focus listener with `document.querySelector("input").addEventListener("focus", () => console.log("focus triggered"))` -...

Class: bug

### Description of the problem As for now, RML renders after CEF so it overlaps custom-made user interface, but RML often used for in-game things like nametags. With current situation...

Class: enhancement