Egor G
Egor G
Bump so the maintainer could see
I've also found a bug related to this draggable mini app window: https://github.com/overtake/TelegramSwift/issues/1155
Hi @zweeltow , please use `showConfirm` instead of `confirm`. The same issue with all the `show*` methods like `showAlert` My Telegram version is 10.15.4.266662 AppStore (same as yours), macos version...
I've double checked and turned out it happens only in Telegram's full screen mode. This confirmed bug is probably related: https://github.com/overtake/TelegramSwift/issues/1155
I see that `addEventHandler` eventually fallbacks to `new Raw({})`: https://github.com/gram-js/gramjs/blob/2e8eff33c783dfd86a3fab98ab684637e33149cc/gramjs/client/updates.ts#L47 Can create a PR that either fixes `addEventHandler` typings (simpler but BC break) or marks `removeEventHandler`'s second argument optional and...
dotenvx is simply the most elegant solution for env management I've found. Straightforward, eliminates context-switching. No more duplicated envs spread across different services
I see a mix of Mobx, Zustand (useZustandStore?) and react router. Could you create a clear reproducible issue here with only necessary code? https://codesandbox.io/s/minimal-mobx-react-project-ppgml?file=/index.js Also I see people encountering the...
Related PR: https://github.com/gram-js/gramjs/pull/611
@levlam Done. Also, it seems like I accidentally found a really strange fix for the issue. I replaced this: ```js initializeTdClient() ``` with this: ```js initializeTdClient().then(getTdlibVersion) function getTdlibVersion() { sendQuery({...
@levlam Video proof attached https://github.com/user-attachments/assets/5dd6cbb0-587b-4b0e-b630-6ec068a2f5dc