Alexander Mills
Alexander Mills
add a field to npm-link-up.json `extraneousLinkDestinations` : [] which will symlink the project to miscs directories this is useful for suman-watch, suman-daemon, which would be symlinked to `.suman/global/node_modules` for local...
I am getting this syntax error when I load the d3 lib > Uncaught SyntaxError: Invalid or unexpected token d3.js:1193 which is this line ```js var π = Math.PI, τ...
on macos and *nix? /usr/local/etc/bash_completion.d
Nifty package to cache dependency paths so thousands of stat() calls can be avoided on startup: https://github.com/bahmutov/cache-require-paths
```java @Test public void testThatTheServerIsStarted(TestContext tc) { Async async = tc.async(); vertx.createHttpClient().getNow(8080, "localhost", "/", response -> { tc.assertEquals(response.statusCode(), 200); response.bodyHandler(body -> { tc.assertTrue(body.length() > 0); async.complete(); }); }); } ```
https://github.com/ORESoftware/link2self for linking a project to itself
Add a command line option: ` --no-exit ` so that processes only exit when event loop empties
The following: ``` [1] ✔ 'passes' (109ms) [2] ✔ 'passes' (110ms) stderr for 2: assert.js:337 stderr for 2: throw err; stderr for 2: ^ stderr for 2: stderr for 2:...
use $BASH_SOURCE instead of custom readlink / realpath
https://docusaurus.io/ for documentation, better than Gitbook?