Maggy Hofstetter

Results 9 issues of Maggy Hofstetter

I recently installed your Session plugin. On paper this could be really helpfull to remove access to my discord account to some phone/computer I don't have any more (wich I...

This badge display if you have at least 1 commit using [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/), once it appears it also count the amount of each type of commit you've done (feat, fix,...

On my computer I have multiple aliases, for example "quit=exit" and I use sometimes one or the other, when looking at stats I see 2 rows (it's a new computer...

I recently updated my computer from NixOs 24.11 to Nixos 25.05 (and thus updating the packages installed on it) The current version of waybar installed on my computer is the...

bug
clock
keyboard

There is this beta feature to use RegEx susbstitution on the url I had a regex that looked like this `*([^/]+).stuff.work-place.com/.*/([^/]+)*` which was turned into `${1} | ${2}` so effectively...

### Describe the bug Return invalid code when no `,` in nuon nuon doesn't require you to have `,` to split variables, whitespace are just as valid, since nuon is...

bug

the shell I use is nushell therefore it often happend that the syntaxe expected by termshot is not the same as the one used by nushell, I could solve it...

https://github.com/cksac/fake-rs/blob/0fd3e7a3541b57c448bc52dbbab3191ab61a198d/fake/src/bin/cli/main.rs#L7-L20 lines 18 and 19 are 1 value when they should be 2 distinct values. My general recommendation would be to use clap's [`ValueEnum`](https://docs.rs/clap/latest/clap/trait.ValueEnum.html) trait with an enum, clap would...

In [one of my projects](https://gitlab.com/Rignchen/worm_hole) I have a search option which currently always uses the `LIKE '%...%'` search type to get the entries where the user's search is contained in...