habere-et-dispertire
habere-et-dispertire
Raku has [many operators](https://docs.raku.org/language/operators), and composing them provides even more. I think it could be an exemplary showcase and a considerable test bed. Special attention may be required for set...
With: geneaquilt: 1.0.12 java: openjdk 15.0.1 2020-10-20 macOS: 10.13.6 File > Export Graphics to ... fails with an exception dialog (see below). A suggested stackoverflow solution appears to be to...
FiraCode supports Set Logic and so does Raku! Of the [many operators](https://docs.raku.org/routine-operator.html) raku has, I'm missing the [set theory ones](https://docs.raku.org/language/setbagmix): ~~~raku ASCII Unicode (&) ∩ (|) ∪ () ⊃ (=)...
When installing a module and missing one of the colons in the name (`Compress:Bzip2` versus `Compress::Bzip2`), we get the follow message: ~~~ $ zef install Compress:Bzip2 Enabled fetching backends [git...
[Multi-line comments](https://docs.raku.org/language/syntax#Multi-line_/_embedded_comments) can start with the following pairs: ~~~ #`( ... ) #`{ ... } #`[ ... ] #`< ... > ~~~ ## Clarification If applicable, please add: ~~~ #`「...
Uses the invertible colours of [Solarized](https://en.wikipedia.org/wiki/Solarized ) by *Ethan Schoonover*. Should address [Issue 13, Website Dark Mode Option?](https://github.com/ash/raku-course/issues/13). No toggle, but a straight CSS solution which relies on browser support...