AJ ONeal
AJ ONeal
I realize you're busy, but just wanted to bump this back up as a reminder in case you have a little more time now.
What's the command you're using when you install? This should work: ```bash pushd ~/my-project npm ci ``` However, I'd recommend that you NOT install it as a `devDependency` - unless...
> Does the shell variable escaping give you any problems when using basetag? No, and yes. I did `ls node_modules/$` which, of course, didn't work. More user error than anything....
I ran into this today: ```txt npm ERR! code EINVALIDPACKAGENAME npm ERR! Invalid package name "$": name can only contain URL-friendly characters ``` The workaround, of course, was ```bash rm...
My first pass: # Usage Must be run from the package root. ```bash node reroot-requires.js ``` Example output: ```txt # [ ./src/middleware no-cache.js ] # $/src/api/util/error.js
For v1 I'd say make it simple, in repo, no dependencies - I could update this to use `fs.readdir({withFileTypes: true})` rather than `walk`. If you need options, just `process.argv.slice(2).includes("-y")`. -...
I updated the script above: - updated and tested the `import` support - removed `walk` dependency - added simple flag parsing - support replacing parent-only or ALL paths There's a...
Yuck. For some reason I was under the impression that AAC was owned by Apple and that it was royalty free. Maybe that's just m4a... or maybe I just dreamed...
@omerdn1 There wasn't any documentation in the README for how to upload, only how to retrieve. Looking at the code I found that it did have the ability to upload,...
> It won't, because Github will auto-redirect to the new repo-url. Eh, I'm not so sure https://github.com/golang/go/issues/24076#issuecomment-371371558 Github has _probably_ introduced the required custom go-import-specific html meta tags by now.