Tuna Alikaşifoğlu
Tuna Alikaşifoğlu
Based on the work-around @David-Else provided in the [comment](https://github.com/valentjn/ltex-ls/issues/168#issuecomment-1163574571) above, I added a local dictionary capability. The [VS Code extension version](https://github.com/valentjn/vscode-ltex) creates `ltex.dictionary.en-US.txt` file under `.vscode/` directory and adds the...
@kylo252 I updated workflow according to the [template](https://github.com/microsoft/PowerToys/blob/a397e72e/.github/workflows/spelling2.yml) you provided, and to the [instructions for cspell dictionaries](https://github.com/check-spelling/check-spelling/wiki/Breaking-change:-Smaller-cspell-dictionaries). Note that, first I tried to pull the new changes, but the docs...
It would be great, I'm looking for the same feature. Currently, I have the following setup in my `tmux.conf`, which does not allow removal of individual sessions, but it nukes...
@sagebind You were right 🎉, the following snippet first generates a `HttpClient` and calls `.get()` with the generated client. ```rust fn main() -> Result { let client = isahc::HttpClient::new()?; let...