Bret Comnes

Results 283 comments of Bret Comnes

Landed a fix for this: https://github.com/bcomnes/npm-run-all2/releases/tag/v6.0.4

We use the weird frankenvironment of chrome and node in electron browser windows and require modules directly. 0 build step, thats why I push for everything working at runtime just...

The featured choo example fails with bankai 9 because of this. If we expect people to check for window, we should add that to the example me thinks. That or...

How much larger will the install be with the babel stuff?

If you end up tackling this, it would be great to also get https://github.com/dchest/nacl-stream-js with native esm exports. Happy to help out there once you set an example of how...

I believe the history example here is based on the one in that talk, but yet to be implemented.

I'm going to prioritize that next, should be a fairly easy addition.

You can use https://github.com/choojs/nanocomponent#nanocomponentprototypeafterupdateel To trigger events after a component updates. That being said, a top level after render event would be handy to trigger global handlers.

Not sure I understand the question. Here is an example of a view using components: https://github.com/hypermodules/hyperamp/blob/master/renderer/player/pages/main.js And the corresponding component: https://github.com/hypermodules/hyperamp/blob/master/renderer/player/elements/playlist/index.js Your `afterupdate` method implementation will have access to `this`...

Which environments are you thinking of?