Gil Shoshan
Gil Shoshan
Hi, Thank you for this awesome list. It really helped me to choose my tools for my next Python project. Sadly I couldn't reach this list nor from [Awesome Python](https://github.com/vinta/awesome-python),...
Hi @mildebrandt and the other contributors. First thank you for this amazing library. I honestly think this should be the standard way to validate YAML schema. It would be amazing...
Hi, Thank you for this library. **[firebird-driver](https://github.com/FirebirdSQL/python3-driver)** (last commit 21 days ago) is the successor and replacing **[fdb](https://github.com/FirebirdSQL/fdb)** (last commit on Sep 30, 2021). It is also written on [Firebird...
### Problem Hi, With the release of 1.74.0 and [Lint configuration through Cargo](https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html#lint-configuration-through-cargo) I was interrested to have lints configure for my workspace and to override some of them in...
Hi, I am using your other theme Sonokai, and wanted a light them as well. I found out you have other theme. I am using Rust with Rust Analyzer. On...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of Polars. ###...
Hi @vunguyentuan, Thank you for this extension in addition to your other extension `vscode-postcss`. The default settings are currently (V2.6.1): defaultSettings.json ```jsonc { ... // Configure glob patterns for excluding...
# **Goal** Be able to update the list of discovered peripherals and drop the ones that does not advertised anymore after a certain timeout. Like in a android phone when...
Allow customizing styling for inline context [default], [possible values], [env], [aliases] and [short aliases] fix #5093 Hi @epage, Added the fields `inline_context` and `inline_context_value` to `Styled`. `inline_context_value` is an `Option`,...
**Is your feature request related to a problem? Please describe.** This is the comes naturally after https://github.com/tokio-rs/tokio/issues/5585 Hi, I have a big async codebase and am using Tokio. In my...