anderium
anderium
It's possible to extend an array using `||` as the docs say, but either I'm dumb, or it's not yet possible to use index assignment on arrays like `a[1] =...
Links to GitHub pages should now point to `github.io` instead of `github.com`. This fixes the link in the readme. Compare [original](http://bigzaphod.github.com/Taxi/) leading to 404, with [corrected](http://bigzaphod.github.io/Taxi/).
**Before I start, I want to say that I am using [Overleaf](https://www.overleaf.com/) to create LaTeX documents and have no control over the version of packages being used.** It seems the...
Fixes #125 and #126. Builds on top of the commit for the test in PR #127, but that test likely won't pass because this implementation does rename the argument of...
I ~~accidentally~~ based this on #41, if that is not accepted this should be cherry picked to only commit `947f0a9`. Only changes `packages/app-web/src/slices/blueprint/index.ts` The node type for the enterProgram shortcut...
Fixes: #40 Base64 embeds bytes into 6 bit units. It takes two units to properly encode a single byte. If you then decode this, you can conclude that the 4...
Thanks for the tool, it's more useful than I first thought! Since GitHub wikis don't support PRs, I'll share two small suggestions I had for the wiki page on [f-puzzles...