Nathan Delhaye

Results 11 comments of Nathan Delhaye

@yaronn I've tough about it, but this is much more complicated to handle since I need to know if the node I'm displaying have children or not (the question is...

@FWeinb @yaronn I think this is a good idea. I think every GUI should be 100% async since a GUI is by definition event-based

I'm doing more testing and adding examples, but the plugin should work right now. @alexandernst you can execute the default dashboard of my fork to see the widget preview :...

@alexandernst Indeed, no. I'm using Blessed lists to display tree so every line is just a string

@alexandernst I've actually though about it. But this mean I can't use the List element anymore and each individual line must be a Box. I may try to integrate this...

@alexandernst Of course :)

Don't look complicated. The select event is already here and can be hooked to handle higher-levels events. I may have a simple way to integrate this just by overloading the...

@dbkaplun would you like to have the file stats object as a event callback parameter? Or the path will be enough?

> Rather than dropping perms to nobody in this circumstance (which breaks compilation or yields surprising ownership issues), can we drop perms to $SUDO_USER instead? I think that's not a...

Adding two more references : - https://github.com/npm/cli/issues/4010 - https://github.com/npm/cli/issues/3705