Kyrylo Baibula

Results 10 issues of Kyrylo Baibula

### Describe your request When enabling theme for `treemacs` icons used in `lsp-treemacs-symbols` or `lsp-headerline-breacrumbs` should be updated according to the specified theme from `doomthemes` ### Briefly explain its use-case...

is:feature
needs-triage

### I confirm that... - [X] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq), [Discourse](https://discourse.doomemacs.org), and [Google](https://google.com), in case this issue has already been reported/resolved. - [X] I have read...

is:bug
needs-triage

## 🐛 Bug description Currently, I'm trying to build an npm package for `nodejs` projects using Wasm binaries compiled from Rust. And for packaging automation using `wasm-pack`, nix flakes, and...

I'm looking for a way to build npm packages from compiled wasm binaries. For example, using `wasm-pack` (but right now I have problems with that see rustwasm/wasm-pack#1318). I've made a...

I'm currently trying to do the same as in Python: ``` sfdp -x -Goverlap=scale -Tpng ./assets/graph.dot > ./assets/data.png ``` But I can't figure out how to pass `-G` flag

Move all of the code out of `add_entry!` macro inside `get_route` to facilitate development experience inside it (as by this time macro backtrace is still only available in nightly versions...

This change makes the `serde` dependency optional to reduce the total number of dependencies from 57 to 51 using `--no-default-features` flag. Also for simpler maintainablity, moved `SerializableProof` into separate `serializable`...

Closes: #971

For now, example from official doc https://wiki.nixos.org/wiki/Ollama is not working

Implement full comaparison for semer-like versions returned by pandoc and fd-find. Fixes: #502