Petr Plenkov
Petr Plenkov
and here is what I have: ``` node -e "require('https').get('https://nodejs.org/dist/index.json', r => r.pipe(process.stdout))" events.js:292 throw er; // Unhandled 'error' event ^ Error: self signed certificate in certificate chain at TLSSocket.onConnectSecure...
It would be awesome to have it. Just now face the issue: i want to find upstream pipeline for a child pipeline. REST API doesn't have this reference (https://docs.gitlab.com/ee/api/pipelines.html#get-a-single-pipeline) and...
@jdalrymple i can imagine - I try now to create generated typescript types out of gitlab graph ql scema. Menwhile one more highlist - is not possible to use only...
Created a simple type generator: https://github.com/theplenkov-npm/gitlab-graphql-types. May be someone finds it useful =)
The reason I need this - is related to Windows. There are many projects which work extremely slow if used from the Windows file system. So cloning into a native...
Supporting your idea @jeffschwartz why not to think then of all npm config parameters during init making it perfect for use in CI and other dev scripts: ``` npm init...
Well - that's ok if we'll start with BTP scenario.=)
Same for me! Absolutely sure that passwords match - but have this shitty message..
@mymindstorm I remembered my key phrase. It works like a charm)) Sorry!
Hi! In my case it was related to using dependOn for build task with different cwd. It looks like this executor doesn't like it. I've added full reply here; https://github.com/nrwl/nx/issues/5952#issuecomment-1241975766