Charlie Moog

Results 60 comments of Charlie Moog

I think math typesetting would be better supported with [KaTeX](https://github.com/KaTeX/KaTeX).

Thanks for this detailed response @pkgw, great info here. The trouble here is that (to my knowledge) tectonic doesn't provide an easily parsable lockfile from which a nix expression could...

Release 0.7.0 includes support for JSON cell output. It now should be possible to leverage any extension that registers a JSON media type cell renderer. Full release notes here: https://github.com/cmoog/vscode-sql-notebook/releases/tag/v0.7.0

The uncompressed derivation was `215.94 GiB`. That's good to know regarding version `1.7.2`, I encountered this error with `1.6.1`. > It'd be nice to have a warning for NARs that...

A 3rd party proprietary toolchain included inside a system profile.

Hm, I'll take a look. Thanks for this report. Seems to be a quirk with the mysql node driver.

Completely agree. I plan to add a time series view for each product. Also perhaps a link to download the full history for all products as a raw CSV. I...

Before I get around to adding a decent UI, I'll be updating the full history as a csv data dump [here](https://data.traderjoesprices.com/dump.csv). A download link is included on the [home page](https://traderjoesprices.com)

Ah, interesting. Thanks for the detail here. I suspect the original order is lost when drivers return results as a column keyed JS object. To fix, we'd need to tweak...

Related to: https://github.com/cmoog/vscode-sql-notebook/issues/44