Charly Koza

Results 9 comments of Charly Koza

I've done it fast and dirty by sending stderr as third argument to identify callback https://github.com/F4-Group/gm/tree/identify-stderr ``` js gm(imagePath).identify(function (err, value, stderr) {}); ``` however, this is useful to me...

It now says : ``` go get github.com/marcelklehr/semver github.com/computes/go-debug go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a module....

I have the same error using ```js serverProcess = crossSpawn('node', [ someScriptFullPath, '--port', serverPort, ], { stdio: [null, null, null, 'ipc'], }); ``` on node 16, with nodist I believe...

Using command line with selectorSeparator=\n comments at the end of the file are removed: ``` div border 0 // some comment ``` --- comments near selectors get removed also ```...

testing @maranomynet example, adding empty lines changes the response until 11 empty lines when no more comments can be seen O_o ![2019-10-09_12-16-06](https://user-images.githubusercontent.com/1227612/66472985-aa01a180-ea8e-11e9-90d5-225917dee4fa.gif) However adding a comment in the middle does...

I'm having this issue with Node.js v18.11.0 and npm 8.19.2 (also with v16.18.0 and npm 8.19.2), however it sometimes works on npm 8.15.1 with Node.js v16.18.0. I'm having the issue...

You can use "every weekdays" to exclude weekend, so what's left here is to somehow integrate with some non-working days API.

Hello, we're using this command (in nightwatch 1.7) to ensure clicking on an anchor does lead to the right position, and [getElementRect](https://nightwatchjs.org/api/getElementRect.html#apimethod-container) only returns absolute position within the page, not...

> Another fix is adding a comma: `{formGroupClass},` Yep, I've added it as workaround 2 :)