uku
uku
There are a few minor flaws in the windows regex. In the `[\.,?\s]`, there is no need to escape the dot character. There also is a `{0,}` that can be...
Simple version bump :) [Release notes](https://github.com/cloudflare/cloudflared/blob/master/RELEASE_NOTES) ## Things done - Built on platform(s) - [x] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [ ] aarch64-darwin - For...
#### What is it? - [ ] Bugfix (user facing) - [x] Feature (user facing) - [ ] Codebase improvement (dev facing) - [ ] Meta improvement to the project...
Currently, Auxio "naively" sorts names by doing string comparisons (or with the slightly more intelligent sort), which works well but has the side effect of putting at the end all...
Title says it all. This is useful when items don't have an action _at all_, for example in a GUI in which a player can grab items and put them...