Immediately after switching the page, it will work with CSR.
Please reload your browser to see how it works.

Source:https://github.com/SoraKumo001/next-streaming

⬅️
crap 22 hoursReload
This definitely fits, base conversion is on the roadmap!

crap 2 daysReload
Thanks to everyone who gave feedback!

Arbitrary precision is now supported in 0.3.0 after integrating the `astro_float` (https://docs.rs/astro-float/latest/astro_float/index.html) `BigFloat` type as the base for numbers in the language.

Still working out the kinks, but its live so give it a try!


crap 2 daysReload
Thanks for checking it out! Should have been more clear that this is actively being worked on. This is ultimately the goal, and I'm currently working on integrating `astro_float` as the base for numbers.

crap 2 daysReload
Show HN: val – An arbitrary precision calculator language
Wrote this to learn more about the `chumsky` parser combinator library, rustyline, and the `ariadne` error reporting crate.

Such a nice DX combo for writing new languages.

Still a work in progress, but I thought I'd share :)


crap 4 daysReload
Show HN: notes – Manage your notes with bash, fd, fzf, and ripgrep
Wrote this a while ago, but I still use it to this day for maintaining a flat directory of markdown notes, so I thought I'd share :)

The entire thing is modelled around fzf. The main command is `enter`, which spawns a fuzzy file finder window on file names in your notes directory. You can also run a full-text search with ripgrep using the `search` subcommand.

It's a single bash script, and assumes a few dependencies (as mentioned) are installed on your system.