Jane Jeon
Jane Jeon
Doing local development in docker is fucking painful due to the slow speed. Move off of Docker, at least for the "main" app, and just use `host.docker.internal` to point from...
Yes, yes. A webshit moth being drawn by "le new shiny web framework"! But I'm interested less in the "fast" part and more in the "not abandoned for years" part,...
create-react-app causes all sorts of headaches such as: - being unable to easily integrate with projects that need to modify the build chain (e.g. https://github.com/welldone-software/why-did-you-render) - not being able to...
Just like CRA, it's a fucking cancer that forces us to do everything _its_ own way, which have caused trouble with data and user flow... Ideally, we'd be able to...
This will allow us to provide an immediate response as soon as the scraping is _scheduled_.
Blocked on #604 There's currently a bug with got v11 (the last CJS version) where requests with hosts that can't be found - in time - doesn't actually get timed...
There doesn't seem to be a direct `yaml2json` binary replacement; however, I could probably use `js-yaml` and write up a quick script (~5 liners or so) to integrate it.
With the following configs: ``` fsync = off synchronous_commit = off ``` Plus, ensure the tests are architected in a way where it doesn't need the wipe script in the...