Raphael Gaschignard
Raphael Gaschignard
I have the following environment: ```javascript // package.json { "dependencies": { "nodemon": "^3.0.2" }, "scripts": { "dev1": "./call_nodemon.js dev_busted", "dev2": "./call_nodemon.js dev_fine", "dev_busted": "(nodemon --exec 'echo hi') || echo 'no'",...
This is part of work to simplify [this nushell PR](https://github.com/nushell/nushell/pull/11288). Clearing out the prompt removes a reference to the stack, letting us avoid a copy
If you hit this console message and search for how to turn it off, many people recommend hacky ways to do so that also end up breaking the extension if...
This library's emscriptem code sets up an `uncaughtException` listener at the top level if it is imported. This handler will re-throw the error, causing the logging to print the exception...
This makes the following stack trace legible, instead of printing out all of the viz.js source code fixes #32 ``` % cat test.js import vizRenderSync from "@aduh95/viz.js/sync"; function f() {...
`TaggableManager` is, essentially, a `RelatedManager` in spirit. It's fetching data off of a related table, has its prefetch cache. Over the years we've had a couple bugs (#802 , #686...
For github-hosted projects, there are usually tagged version numbers. For certain projects we like to review the code difference based off of these tagged versions, so having a direct link...
This is just a feature suggestion, but I would like to venture into implementing it if people don't find it unreasonable. [This list] of packages is kind of bare, so...
In certain instances, the currency subfield (`total_currency` for example) could be of type `Currency` instead of a string-like.
I believe cl-libify caught the only relevant spot here