thedemons
thedemons
Hi, thanks for the detailed research into the issue! Unfortunately, I don't have the time right now to take a look at the problem. Would you mind making a pull...
Có thể momo đã update cơ chế encrypt, hiện mình chưa có thời gian để xem, mình sẽ check lại và update sau nhé
same problem here
> There is no phone number in the saved sessions I don't understand what's the problem, can you give more details?
Can you post your code and the error message?
Any progress on this issue?
My server has 192 cores so mytonctrl uses [`--threads 191`](https://github.com/ton-blockchain/mytonctrl/blob/244cad89e8ea03e51279c36390c3a0771385778d/mytoninstaller.py#L282) for the validator-engine which causes the problem. I fixed it by changing the `--threads` argument in validator.service: ```bash sudo systemctl...
Does the activitylog.xml mention anything about `LanguageServer.InitializeAsync()`? I got it fixed in #25 ([LanguageServer.cs#L54](https://github.com/Exafunction/CodeiumVisualStudio/pull/25/files#diff-52d6a97d2a41c67ff9bd3550348c088fb06ff5b20f38e723a666db0b709ab5faR54)), it was because the chat window was opened upon startup and it was getting the DTE...
Hello, sorry to hear about the connection issue, has this been a persistent problem? Can you connect to the URL https://unleash.codeium.com/api/client/features using your browser? Also, have you tried to use...
Hey @AliShahesmaeili, would you mind helping us troubleshoot this problem? Please kindly remove the `--detect_proxy=false` on [LanguageServer.cs line 534](https://github.com/Exafunction/CodeiumVisualStudio/blob/main/CodeiumVS/LanguageServer/LanguageServer.cs#L534), then build the extension using [this guide](https://github.com/Exafunction/CodeiumVisualStudio#build-instructions) and double click the...