Aaron Dewes

Results 191 comments of Aaron Dewes

I fixed it, but even after my PR to add a missing dependency, it's still broken. I'll debug it further

Sure, I'll try to go back to buster.

That's a thing in Docker? I never knew that, that makes a lot of stuff so much easier for me, thank you!

I'm doing it this way: `tmux` This starts a tmux session. You can run any command from there and when you run `tmux detach`, the command stays running in a...

@achrinza Would you be interested in collaborating on this at @node-ipc? I'm happy to give you access both there and on the npm org. But I'm also planning to add...

I've just invited you to both the GitHub and npm org, please let me know if you got access to both.

@achrinza Not sure if you'd count it as new feature, but adding a .d.ts file to this repo would be great, because @types/node-ipc won't work with this repo.

Some feedback regarding your info about @node-ipc/node-ipc > Bundled snapshot of DefinitelyTyped Actually, it's written in/ported to TypeScript, so the Type definitions are not a snapshot of DefinitelyTyped. For the...

Hi! I added CI for Node 22 in #296, and in general, the tests seem to pass. Can you provide some steps to reproduce this?

I'm developing @runcitadel, where we allow users to self-host Lndhub.go. Some users only want local access, and use http. Others use Tor for remote access. There's also Tailscale, which can...