Alexey Kucherenko

Results 17 comments of Alexey Kucherenko

@arunkumar413 you can research how it's implemented in [react-flow](https://github.com/wbkd/react-flow/tree/main/src/components/Edges). In the past I created my own react-flow edge implementation which use PathFinding.js to calculate the path

The idea of `CHANGELOG.md` file is to log any changes in the lib not only breaking changes

@robtweed Please take a look at the following screenshot: The content of the `test.js` file is pretty simple, just `console.log(process.argv);` I believe we're talking about [line 42](https://github.com/robtweed/ewd-qoper8/blob/master/lib/master/proto/startWorker.js#L42) and [line 64](https://github.com/robtweed/ewd-qoper8/blob/master/lib/master/proto/startWorker.js#L64)...

Other questions: 1. What if module path contain dot? example: `path/to/my.module.file`? 2. Do we need support of relative paths? At the current moment module can be loaded * by absolute...

Can also join to dev team

@millermedeiros the ideas you described above, did you discard them? To be honest I'm very interesting in the correct filters support. Now, I use `matched/switched` for that but they have...

To be honest have no idea why...

Rob: > currently GT.M /Yotta can't be used in resilient mode, because The asynchronous API versions needed by the master process aren't yet available in NodeM. David Wicksell (the author...

@robtweed Maybe we need to see if database is `gtm` and resilient mode is `ON` to throw some error during start QEWD in master.js?

@abykm QEWD requires Node.js 6+ (7.6+ if you use webServer `koa`)