Results 41 comments of Joe Reeve

I think you might be able to use this: https://developer.github.com/v3/repos/#list-user-repositories (Probably in conjunction with the org request too)... E.g. this works without a key: https://api.github.com/users/nwtgck/repos ```javascript // debounced... if(term.includes('/')) {...

As @axman6 said in June of last year, why hasn't this been released? Anything I as a potential contributor could help with?

@D-Marc1 For now you can use `npm i AlexDisler/cordova-splash` which will install it directly from GitHub

@D-Marc1 For future reference, NPM has a shortcut for installing from GitHub: `npm install AlexDisler/cordova-splash` should do it 😄

@kelson42 in that issue, the total percentage was 0.1%, in our case it's 18.8%, so I think it matters much more for us 😀

@OTLabs This is technically a simple change, the only thing is `gyp` is a horrible build system and it makes the config much more complicated. The file that would need...

@OTLabs If you can write up something that creates a variable called `libzim_external` which takes into account an external flag and falls back to the current `linux`/`mac` behaviour I'd be...

Same here. Seems like a pretty standard use-case. I've done something similar (set concurrency to 0 based on an Env var), it's got the same drawback as the above approach....

Colleague and I had this, `nvm install v10.18.1` worked a treat. Later versions of `10` didn't seem to help