Colin GILLE
Colin GILLE
Changes some country names to match the real usage
I went from [email protected] to [email protected], and with the new version absolute path to the mustache template don't work anymore. If I use: { template: '/absolute/path/category.less.template' } Then, sprity tries...
Using the mdb-export command with MySQL backend (`-I mysql`) doesn't escape sring containing backslashes. A string ending with a backslash will output `"\A\Windows\Path\"` (the trailing double quote is escaped). This...
I like compact mode for arrays, but it is disabled if indent is !== 2 Cf this line of code: https://github.com/nodeca/js-yaml/blob/master/lib/js-yaml/dumper.js#L697 I'd like to have an output like this: ```yaml...
### Issue Currently, the path & params of the latest request is stored into the last matched layer. The "Layer" object should be immutable: a request should not modify its...
I used this simple code to establish an ssh connection: ```javascript ssh.connect(sshOptions); await new Promise((resolve, reject) => { ssh.on('ready', resolve); ssh.on('error', reject); }); ``` I expect the connection to either...
Hi, I have the followin error when running tagd. The same docker image used to work, so our Harbor provider probably upgraded its TLS requirements. Is it possible to build...
**Describe your feature request** This is a feature request. It would be nice to have a deb registry that always points to the latest major version of nodejs, to auto-upgrade...
### History & Current state Since ingress-nginx 0.22, rewrite target requires the use of regex (https://github.com/kubernetes/ingress-nginx/pull/3174#issuecomment-455665710) and since this change https://github.com/kubernetes/ingress-nginx/pull/3078 in version 1.0.0, every location of a server block...