Ivan Fedulov

Results 18 issues of Ivan Fedulov

Unfortunately your plugin does not compatible with build-in auto-completion functionality. Would be really great to have it also enabled.

enhancement

If we need to grab all *.ts files from certain directory the only workaround is usage of bash globstar option: ```bash mocha "./test/**/*.ts" ``` Following is **not** working: ```bash mocha...

confirmed-bug
help wanted

Say with have several modules, one for each page. Each of them is pretty heavy, and its not an option to load them all in advance to prepare static routes...

Use case: Catch an every update and serialize internal state using same util as within onLoad callback (reactFlowInstance.toObject). Possible usage: ```js import ReactFlow, { useStore, onLoadToObject, } from 'react-flow-renderer'; const...

Hi! From the first look ther is no way to configure endpoint to respond on specific http method. Is it true?

Failed to execute `yarn` (or `npm install`). Installation fails at compilation of node-saas package with nodejs 10 and nodejs 12. So node-saas 4.5.3 is working only with nodejs v8. Please...

I have tried to run same sysbench test on four different environments and got following results. Command was the same `sysbench cpu --threads=2 run` Results (from lowest _events per second_...

Hello! Would be nice to have package tzdata builtin, to avoid building extra image based on current one. Use case is renderring web app UI for certain timezone. Althought there...

Noticed a weird uploader behaviour.. second line in following lua script (even when commented) breaks the upload process: ``` DHT_PIN = 7 -- if current_buffer_length > 2 and is_valid_sequence ==...

Hello! Trying to launch this so promising software on old 2010 macmini runnning ubuntu, with no success... The only vital idicator I succeed with, is receiving "online" message on the...