Andrew Buchan

Results 19 comments of Andrew Buchan

I have been reading through the source code to understand what's going on in more detail. Would I be correct in thinking that what happens is: 1. Poetry identifies that...

Agree with all the above. We'll disable parallel installs on CI. Do we know roughly what performance hit to expect from doing so? I measured locally and it's barely 15%...

I gave someone completely wrong information last week, which I only realised today when I saw a US date format. Software should either: 1. default to ISO (YYYY/MM/DD) 2. default...

Thanks for jumping in! A slight problem with that url is that points to the couchdb port (localhost:5984) which is not going to be open...

Ok.... well that explains a lot! I had it in my head that Express+Superlogin would act as the main server and route calls to a private CouchDB endpoint hidden behind...

@micimize you are correct, the user/pass in the URL gets stripped from the URL that gets sent over the wire, and is encrypted instead, which I did not know at...

I'm using this in the interim. ```js const os = require("os") const fs = require("fs") function setOutput(key, value) { // Temporary hack until core actions library catches up with github...