slowsage

Results 9 comments of slowsage

Awesome. Both UI's are ok - just wanted to make sure I did not mess something up in the config. Thanks for all the work!

Think I got kit-docs working (not create). @mihar-22 , Please see PR #67 .

#8 submitted for review.

Published a new preprocessor crate [mdbook-pagetoc](https://crates.io/crates/mdbook-pagetoc) to wrap the solution by @JorelAli. Link to repo [here](https://github.com/slowsage/mdbook-pagetoc). Steps: 1. ``` cargo install mdbook-pagetoc ``` 3. Then add to `book.toml` (assuming `./theme`...

I think #90 already fixed this. Please check that you have the latest version from git (`hyprpaper-git` on `arch`) . The latest release was Aug 3rd. The fix was merged...

Two thoughts: 1. How compatible is gtk-launch with wayland? Can we use that as a guide? `gtk-launch code` works vs `code-url-handler` in ironbar favorites. 2. Apps using older version of...

Re: Spotify see [this](https://community.spotify.com/t5/Desktop-Linux/No-window-icon-in-Wayland-because-app-id-is-not-correctly-set/td-p/5626427). +1 on the pattern matching - regexes to track windows would be great. I also think instead of `name` we can use `launch` or something that...

Submitted #261 as a draft. It integrates at the DOM level - the subset of the DOM that svelte compiles into (analyzed the svelte 5 source to get call-graph in...

Its ready now. Removed `optional = true` and changed `fallback_names` order to match original behavior (fail when no feature is picked and keep old order of fallbacks). Can make it...