Scott Vanderbeek

Results 22 comments of Scott Vanderbeek

@evanw I am wondering where one might want to start in adding support for ES5? I'd love to submit code, but I'm not sure where to start exactly with how...

> I don't think so, unless we embed some custom runtime for js which allow running js code in parallel @kdy1 would this be a reasonable thing to think about...

not really sure what you mean? according to bundlephobia, its 17KB minified, 5.5KB gzipped: https://bundlephobia.com/[email protected] if you mean don't ship unnecessary directories, I can understand that, but this is not...

I wanted to drop in a thank you here. Not an issue, but definitely in theme with the issue's title! As a long time macOS user having to use Windows...

> Hi @ScottAwesome! I‘m currently on vacation and will only be able to take a closer look in a couple of weeks - only took a very shallow look from...

I could just swap this for [microbundle](https://github.com/developit/microbundle) too. Looks like the main `blitz.js` repo uses [unbuild](https://github.com/unjs/unbuild#unbuild) for everything. I'd be happy to align with that if that works better here,...

@stylemistake do you know where that issue is, by approximation? I'm interested in designing hooks for inferno, but I'm not quite sure where this bug maybe

> @ScottAwesome I have forgot already, but this is probably the piece that creates the slowdown: > > https://github.com/chrisdavies/xferno/blob/master/src/xferno.jsx#L217-L223 > > VNodeFlags are being forced to ComponentUnknown, because well, the...

The litmus test for me on this is how [wireit](https://github.com/google/wireit) handles watching for changes. It works extremely well, and should be the model. Its pretty neat how they solved this...

Well FWIW Lerna is no longer unmaintained at least!