Ben Alman

Results 37 issues of Ben Alman

See sindresorhus/time-grunt#15. Given the following code: ``` js console.log("before"); process.on("exit", function() { console.log("on exit"); }); process.exit(); console.log("after"); ``` - In non-Windows Node.js, this properly logs `before` then `on exit`. -...

bug

Right now, the cli includes `[email protected]`, but what happens when `[email protected]` comes out? Sure, you can publish a new version of `p5-cli` that incorporates the new `p5` changes, but what...

question

Observations while running `npx cypress open-ct` - Spec files render and run - As-expected - Renaming a spec file results in the current spec reloading - Is there a way...

This example should be effectively identical to https://github.com/cypress-io/cypress-component-examples/tree/main/no-framework Observations while running `npx cypress open-ct` - Spec files render and run - As-expected - Renaming a spec file results in an...

If I do this: ```js console.log(endent` hello \`\`\`json ${endent.pretty({ a: 1, b: 2, c: { foo: 3, bar: 4 } })} \`\`\` world `) ``` Or this: ```js const myJson...

FYI the current AHK script doesn't work for me in Odyssey. My map looks like this (which is very different than the map in the README): ![ed odyssey galaxy map](https://github.com/user-attachments/assets/bb50d040-8b4b-4a79-928a-b0531fc62ccf)...

So I was using [FTP-Deploy-Action](https://github.com/SamKirkland/FTP-Deploy-Action) and ran into an issue, but looking at the code, it seemed more relevant to file the issue in this repo - LMK if you...