Neia Finch
Neia Finch
char.ToLower and char.ToUpper do not handle all characters. Find the raw unicode tables and turn them into proper implementations.
The tests are for documentation and are located inside a template. This means they'll run every time you instantiate the VariantN template. The unfortunate effect of this commit is that...
Oh hey, only seven days left. I should get started on this, shouldn't I? I'm going to be entering with the Book of Vile Darkness, a witch's guide to at-home...
Rewriting my Book of Vile Darkness, an infinite book of witchy rituals.
I set up the dub registry and ran with `--mirror https://code.dlang.org/` Instead of successfully mirroring, the registry took up most of one CPU for eight minutes before giving up. From...
I'm going to be rolling with a project based on the Christian Bible. Tentative plan is a Markov model to string whole verses together, then use a thesaurus to mutate...
``` if false then if false then print("two falses are true") else print("one false is true") end else print("at least one false is false") end ``` Expected output: at least...
Several of the files referenced in the mono build script are not currently in the repository. Src/IronJS/Core.fs for example.
According to Discord, BaseLoader was removed circa 2019. The README still mentions it. This can be confusing to newcomers.
I want to use a std.typecons.Typedef in my code. Or Quantity from experimental.units. That kind of thing. These are structs defined outside my own code. How do I serialize them...