Vyacheslav Chigrin

Results 14 comments of Vyacheslav Chigrin

This pull request is result of joint work of @jmlich and @vchigrin, most of the code is written by Jozef (personal contributions can be found by commit history).

That is how that app looks like ![photo_2024-04-25_23-57-58](https://github.com/InfiniTimeOrg/InfiniTime/assets/3948754/41c407a7-9db1-465f-8850-b03777c8573f) After user presses "Mild" or "High" button phone starts ringing and vibrating. User can stop this either by pressing "None" button on...

Corresponding PR to GadgetBridge https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/3746

Dear maintainers, I kindly ask to look at this PR in the next few months. There is a risk for me to lose access to GitHub in September due to...

As a user I can confirm that clear ,up-to-date installation instructions will greatly help. Many thanks to @bblacher - only thanks to script from his repository I managed to get...

FYI: I don't khow whether this is the same issue, but I found system Text-to-speech settings crashed on LineageOs (where there are absent any system text-to-speech engines). I described problem...

Paired InfiniTime PR is https://github.com/InfiniTimeOrg/InfiniTime/pull/2053/

Yes, certainly. Here is simplest WASM plugin written in C++ to demonstrate problem https://gist.github.com/vchigrin/4ad1f0f1eeb72979131774ad9b20b965 Example envoy configuration https://gist.github.com/vchigrin/ab6ef7bcf9e84686901850b420a5faa2 (assumes plugin in `/tmp/wasm_bug_proof.wasm`. If it will be loaded in envoy with...

@wbpcode I investigated this issue and made fix https://github.com/proxy-wasm/proxy-wasm-cpp-host/pull/432/files - let me know what do you think? On my test WASM plugin that fixed issue, and Envoy started to answer...

@wbpcode @RyanTheOptimist @botengyao Please, don't close this issue automatically. I provided: 1. Simple plugin to demonstrate the problem (https://github.com/envoyproxy/envoy/issues/38801#issuecomment-2817952282) 2. Description about causes of the problem in code (https://github.com/envoyproxy/envoy/issues/38801#issuecomment-2858660954) 3....