Julian Gruber
Julian Gruber
we might be able to slightly improve the number by at the end of each token quota period fetching as many extra repos as possible, and pre fill the cache....
Can we use the GraphQL api to update many repos at once?
I like that! Seems like we could add it next, and then make this simpler by turning this into a GitHub app maybe? Also, with webhooks, the cache can expire...
The error is: ``` {"level":50,"time":1529596627634,"msg":"Invalid Version: untagged-a303cf707acdd4a51302","pid":4,"hostname":"d7c56f30-e4cd-4a94-a38d-48874d12d74e","type":"Error","stack":"TypeError: Invalid Version: untagged-a303cf707acdd4a51302\n at new SemVer (/app/node_modules/semver/semver.js:305:11)\n at compare (/app/node_modules/semver/semver.js:578:10)\n at Function.eq (/app/node_modules/semver/semver.js:617:10)\n at Updates.handleUpdate (/app/index.js:84:23)\n at \n at process._tickCallback (internal/process/next_tick.js:188:7)","v":1} ``` Should...
My guess was that it's not expected to serve an untagged release, but seems like the most recent release (the one untagged) should actually be used. If you request for...
The `sub-signalhub` branch has been deleted so this module currently doesn't install.
adding a 1s delay before querying doesn't help.
aah, didn't realize it only matches full names. How complicated would this be to add?
searching through users' nicknames and full names for a dropdown, like when you add someone on github to your repo or org.
level-manifest supports nested objects, what exactly is the code-smell?