Viktor Shchelochkov

Results 134 comments of Viktor Shchelochkov

I tried polyfilling getRandomValues method, now telegram throws another error: ``` LOG [2023-03-15T16:03:10.711] [INFO] - [Connecting to vesta.web.telegram.org:80/TCPObfuscated using PromisedWebSocket] LOG [2023-03-15T16:03:10.717] [WARN] - [Attempt 0 at connecting failed] ERROR...

> hmm that's weird. I haven't tried it on react native before. can you setup a simple project on github using the library with minimal code so I can test...

> Is there any documentation for this library? I want to make calls in my application which uses tdlib and tdjson interface but don't understand how to do it. only...

> Any undocumented endpoints are subject to change at any moment as Reddit will not have a deprecation policy for them. I'm skeptical about including undocumented endpoints as part of...

I hate people who told me that this library is the best solution for nodejs, now I have to migrate to other library because snoowrap only supports link and text...

Because it breaks when you add any external module. For example, run `npm i chalk`, then edit src/calc.ts: ```ts import chalk from 'chalk' export function add(x: number, y: number): number...

> Just waiting on UI designs to attach to this issue before this can be picked up Does this looks good enough? ![telegram-cloud-photo-size-2-5285362973679933974-y](https://github.com/oxen-io/session-desktop/assets/59040542/179c90ed-6519-499c-8aeb-e815faeb3a90) ![telegram-cloud-photo-size-2-5285362973679933982-y](https://github.com/oxen-io/session-desktop/assets/59040542/34cac4e8-ecdb-400e-a183-52d31ee6062e) ![telegram-cloud-photo-size-2-5285362973679933983-x](https://github.com/oxen-io/session-desktop/assets/59040542/84302207-3e0c-4507-8c30-3bd517ab7980) ![telegram-cloud-photo-size-2-5285362973679933984-x](https://github.com/oxen-io/session-desktop/assets/59040542/fd7b9fa8-c0ba-49a9-b9c6-33ed169d1829) ![telegram-cloud-photo-size-2-5285362973679933985-x](https://github.com/oxen-io/session-desktop/assets/59040542/d57cc087-61b2-4b85-87eb-412d31053828) I used native...

GitHub still does not let me fork this repository, so I'll put patch file here with changes and then I'll create PR as soon as I'm able to fork. [0001-feat-add-option-to-change-UI-language.patch](https://github.com/oxen-io/session-desktop/files/15138493/0001-feat-add-option-to-change-UI-language.patch)

> Yeah i think this is a good idea, would support putting an option in the modal, something like "Don't show me this again" I think it would be better...

I noticed that in current implementation pressing "esc" while in this modal copies link to clipboard. Is this intentional? Looks like bug because SessionConfirm modal is used. I created separate...