Ben Delsol

Results 8 comments of Ben Delsol

This is the documentation I was looking at for tabs: https://apidoc.c9.io/c9v3/?mobile=/api/tabManager On May 8, 2017 3:55 PM, "Dan Freeman" wrote: > I haven't seen an in-Ace notion of tabs —...

Ah. I see. Thank you. On Tue, May 9, 2017 at 9:31 AM, Dan Freeman wrote: > There's a (fuzzy) distinction between Ace itself, which is just the > editor,...

@janl To get my tests passing I'm having to hack `node_modules/@hoodie/store-client/index.js` and add the line `emitter.setMaxListeners(1000)`. I don't like doing this, but I could not figure out a way to...

@gr2m I am using hoodie 28.2.2. Looks like this is where it is coming from: https://github.com/hoodiehq/hoodie-store-client/blob/6663e784723735f56cbf46c1d67f5d9c088448a7/lib/helpers/db-put.js#L23

I am also getting a crash when opening devTools on Ubuntu 22.04. It happens with nw69 and many other nw versions, even really old ones, As you can imagine, it's...

I was not running with the nw version I thought I was. I had no `package-lock.json` and I had specified the nw version as `^0.69.1-sdk` in `package.json`. For whatever reason...

Are dependency arrows from parent task to subtask supported in any of these implementations? Should I open a new enhancement request for this? Thanks.

Thanks for taking a look. Here is some output which is bit more illustrative of our use case. ![image](https://user-images.githubusercontent.com/944954/55277276-58e94780-52cc-11e9-97f9-d0fe42eaedeb.png) We really see this as a bug in the indentation algorithm....