Alexey

Results 49 comments of Alexey

`[email protected]` runs a little ipc server, external tool can send required information about process to it. User can get ipc address on `Terminal` tab in `Console` drawer (available by Esc),...

This error by itself should not beak debugging. Frontend is ready for this error and use another signal when this method is not available. What exactly is broken?

I prefer to remove this button and context menu item then fix it. Could you describe your use case? Currently, you can go to the target folder and run another...

To run this command, do I need to install globally [`firebase`](https://www.npmjs.com/package/firebase) package? I found that I actually need `firebase-tools`. This bug is introduced by https://github.com/GoogleChromeLabs/ndb/commit/f6ad01de14a9ecec2bdd3c6cd4f6e295c303798f

`[email protected]` contains a fix, please check it out and thanks for your report.

Could you share how can I setup the project to reproduce your bug? It sounds like I should create some kind of hello world app with firebase and run firebase...

@jimmont could you help with detailed reproduction steps?

We may have three options here: 1. allow user to set ports that ndb should listen and auto connects as soon as node runs, 1. provide a special script that...

I will experiment with nodemon to better understand why option 3 fails and I think I will add something like ndb-observer in addition to ndb binary that will force every...

I have a little experiment that might help with this issue: [ndb-inspect](https://www.npmjs.com/package/ndb-inspect). You install this pkg as dev dependency and use `-r ndb-inspect` instead of `--inspect` and `-r ndb-inspect/brk` instead...