Simon Knott
Simon Knott
The CLI prints about a detected cron job on every save, this shouldn't need to be.
The following is supported from Node v12 onwards: ```js fs.rmDir("myRandomDir", { recursive: true }); ``` It'd be awesome if `no-unsupported-features/node-builtin` caught this. For reference: https://github.com/blitz-js/blitz/pull/454
The following is supported from Node v12 onwards: ```js const REPL = require("repl"); const repl = REPL.start(); repl.setupHistory(...); ``` It'd be awesome if no-unsupported-features/node-builtin caught this. For reference: blitz-js/blitz#454
this allows the creation of individual superjson instances, so there can be multiple different configurations. it keeps the global instance in place for backwards compatibility, and b/c most users will...
SuperJSON is somewhat slow - at least compared to *not using SuperJSON*. Our code currently is written for readability first, and not so much for optimal performance. - [ ]...
When serialising a list of Dates, our meta will grow very large: ```js SuperJSON.serialize({ timestamps: [ new Date(), new Date(), new RegExp(), new Date() ] }) // yields { json:...
Beware! This issue is not meant to say "We need this now" or even "We need this" at all. Keeping SuperJSON human-readable is a big advantage that should not be...
Thank y'all for creating this wonderful VSC extension! I've been using it with Foam and quite liked it. I noticed that Markdown Links doesn't pick up some of the wiki-links...
When using Firefox Mobile and setting the input prop `helperText` via `getInputProps`, selecting the first list item does not work. There is no problem when using Chrome or Firefox Desktop,...