Confusingly, moment.day returns the day of the week, and moment.date returns the day of the month. Cripes.
miniblog.
Related Posts
I've compiled the parser for my Garden programming language to wasm, so I can offer a web playground: https://www.garden-lang.org/
It's over 600KiB of wasm just for a function that returns a parse error message! I'm not sure if that's a lot (cf JS) or a little (cf typical binaries).
I've just released difftastic 0.53! In this release:
* SCSS support
* Better directory diffing: .gitignore is respected and output is (optionally) sorted by filename
* Better support for Windows files (you can ignore carriage returns entirely)
Heapless is a neat Rust library that provides versions of data structures like Vec that don't use the heap. It's a familiar API, but some are necessarily different (e.g. Vec::push returns a result)
https://japaric.github.io/heapless/heapless/index.html

