rnd-debug

Results 25 comments of rnd-debug

Thx for your answers. I wonder if this is not linked to [https://nodejs.org/api/path.html#path_windows_vs_posix](url). Can you also provide the stack trace of the "EPERM" error (interested at which line of log4js...

@benkeil @dannypike I am new to the topic, so I might be completely wrong. The following worked for me without further modifications of log4js, but with kudos to https://www.npmjs.com/package/source-map-support ....

@dannypike Done using something like: `tsc ./myApp.js --allowJs --outDir ./tsc --sourceMap` Tested: - by calling log4js from myApp.js and from one of its included modules. - observed differences in line...

Old issue, but as far as I can understand from the code, wild cards are not supported in the Move node. Also, you have to specify explicitely a destination path....

Old issue, however: 1. pass the name of the folder to`fs-ops-delete` node => will be deleted if empty and has proper rights. 2. if folder not empty, use `fs-ops-dir` to...

Thank you for the follow-up!

Wow. Wanted to kindly remind about the existence of this MR, but looking on the other 54 MR, I think it is hopeless :sweat_smile: Is there anything that we can...

Hello. I would like to contribute, but is this open for external contributions? I assume that: - this issue requires to update _CHANGELOG.md_ ? - the needed info is to...

@fatso83 sorry, but i am still confused. I went quickly through the _docs/guides/migrating-to-X.0.md_ and it seems to me that everything from those files is already mentioned in the _ROOT/CHANGELOG.md_. So...

Would be interested in seeing an "export as OpenAPI spec" or "export as cURL" feature implemented (or help to implement it).