Alexey
Alexey
I believe that we are stealing focus only when you edit files in external editor on pause. I will improve our "bringToFront" logic. Btw, you can edit files inside ndb.
I tried `electron 3.0.0` and it looks like [electron-quick-start](https://github.com/electron/electron-quick-start) work with following modifications: - I updated electron to 3.0.0 in package.json, Then just run `ndb .` in folder with quick...
Unfortunately I am not familiar with this bug. If you could provide a simple repro case, I will investigate the root of problem and will do my best to fix...
Could you try to update electron verrsion to 3.0.0 in package.json of quick start app and run npm install again? And you do not need to add --require. Just run...
Thanks, I will debug it and fix.
I will focus on moving electron support forward in next couple weeks. First we need to fix crash that Nate mentioned awhile ago: https://github.com/electron/electron/issues/18872
`carlo` internally uses `puppeteer` and unfortunately we still need to download latest Chromium on first start.
You can go to Settings > Workspace and edit `Folder exclude pattern` to add any folders that should be ignored. 
You can spawn `ndb` process and add file to `os.homedir()/.ndb/ndd_store/` With following content: `{"targetListUrl":"http://127.0.0.1:/json","argv":process.argv],"cwd":process.cwd()}` ndb will detect this process and automatically attach to it. I am wondering how does your...
In general I prefer some node flag that will radically simplify node process discovery, I have open pull request for node: https://github.com/nodejs/node/pull/28235 . If it will get merge `ndb` will...