-
For some reason, usage information for string list options aren't being printed. This sounds like a defect in parse-options. Since this was borrowed from another project, let's check if the source pro…
-
I was just looking at recent articles on the homepage (https://joss.theoj.org/) and saw that [`PyXAB - A Python Library for $\mathcal{X}$-Armed Bandit and Online Blackbox Optimization Algorithms`](ht…
-
First of all: great project!
I took it for a test drive with a few tunes and noticed it is not quite there yet for the tune mentioned above. The same probably goes for some of WOTW's intro tunes w…
-
This issue has been mentioned in multiple tickets including #174. I'd like to have a tracking issue for design of a Record Writer. I was playing around with a procedural macro design, something which …
-
## Summary
Do you want to engage with Coraza but don't know where to start? This is the perfect issue for you!
Let's add support for `SecArgumentSeparator` setting. This should be set in the `co…
fzipi updated
1 month ago
-
Had a couple ideas for you I could help implement if you're interested.
1) Make the frets a bit less wide to fit more in the viewport.
2) Have the frets narrow a bit going left to right like a rea…
-
Dale, wondering if it is possible to add another feature to `hassctl` that allows users to backup their configurations to Github. Sounds like it should be possible. I have to run the following command…
-
I have a concern on how [Dutch Snowball algorithm](http://snowball.tartarus.org/algorithms/dutch/stemmer.html) handles the grave accent of **è.**
It removes the grave accents on **`à`**, `*ò*`, **`ù`…
-
Shiroa provides Part Title to separate different chapters, which makes the book look clear. But if there are too many sub-chapters, the directory will be very long. Can we fold the chapters to make th…
-
I noticed that the structs you're using with serde-based deserializers actually have an owned `String` in them. However, bincode doesn't need to copy strings (I'm not aware about the others).
[I'm …