Selwyn
Selwyn
Hi @ntwcklng, just discovered `args` and I love the balance it strikes between features and simpleness. The implicit relation between the command definition and how the command binary file is...
Today I noticed that directory imports (e.g. `import x from './some-dir'`) do not work. A full path including extension is needed to work in vanilla Node.js.
Ready for review @fatfisz & @zspecza.
@fatfisz friendly ping! I've been running into problems with npm 7 and using git tarballs as a workaround for using this patch instead of the published npm package. Let me...
👋 @fatfisz hope you can find some time to review this PR soonish 🤞
Hey thanks for the idea @damianobarbati, I did email a bit with the author and he did have intentions to merge this but was very busy. I'll look into forking...
An option to use hashes instead would be very useful for Electron apps too, at the moment this router isn't compatible with Electron.
@brandonros I think actual routes are way better than hashes since the history API exists it is good to use them. However in edge-cases (such as an Electron app) hashes...
@muesli Yes exactly. It might seem like an edge case however I believe this is going to be more common once more distros start using automatic light/dark theme settings like...
Not sure if I should comment here or on #81. Either way this sounds like a good plan! What I don't understand is the size doesn't seem to be decreased...