CodingMarkus

Results 26 issues of CodingMarkus

Since one of the more recent VSCode/VSCodium updates, Error Lens no longer respects any delay settings. My current version is 1.87.2 No matter if `old` or `debounce`, the delay setting...

If I use spaces for indention, spaces are preserved. E.g. if I have this line: ``` #[space][space][space]Text Text Text... ``` The next line after a break will start with: ```...

See screenshot below. On the left are the correct Ayu theme colors, on the right are the colors from your theme. Those are clearly not the same colors. ![Screen Shot...

I downloaded the macOS built, started the app and try to download the package named translate-en_de from within the app but the app immediately crashes when I click on the...

### Suggested enhancement Allow disabling certificate validation even in Mbed TLS 4.0 (also for TLS 1.3), as long as a certificate validation function is set with `mbedtls_ssl_conf_verify()`, so developers can...

enhancement
component-tls

### Suggested enhancement Provide a public API to allow configuration of a session ID to be used for the newly negotiated session. ### Justification Certain SSL VPN protocols support both,...

enhancement
component-tls
size-s

No matter if `Delay Mode` is `new`, `debounce`, or `old` and no matter what value is found in `Delay`, when `Code Lens Enalbed` is true, the CodeLens error always appears...

According to README, Emscripten is a supported platform but it's not possible to build with Emscripten. ``` # emconfigure ./configure --enable-static --disable-shared --host=wasm32-unknown-emscripten ``` fails with ``` checking whether to...

When I specify the lowest Safari version allowed ``` -s MIN_SAFARI_VERSION=101000 ``` and I add `--closure 1`, I get warnings like ``` WARNING - [JSC_TYPE_MISMATCH] actual parameter 2 of XMLHttpRequest.prototype.open...

When trying to cross compile lots of code, you typically have an environment where `$CROSS_COMPILE` and `$CC` are both set. E.g. I tried to cross-compile OpenSSL with [emscripten](https://docs.huihoo.com/emscripten/emscripten-site/docs/porting/connecting_cpp_and_javascript/embind.html) and this...

branch: master
help wanted
triaged: bug