Alexey Kureev

Results 109 comments of Alexey Kureev

Yeah, it's a tricky one. I can refactor `position: absolute` to flexbox, but I'm not sure if it'll help anyhow. Wdyt?

Thanks, @ngankt2. Should we make it default for the title? Can somebody compose a PR?

Hi @agrcrobles! Thanks for the warm words! What exactly do you want to parse? Configuration for the routes etc?

This can currently not supported, *but* I'd like to implement it. If you want to make a PR, the best place to implement it is here https://github.com/Kureev/react-navigation-parser/blob/master/src/parser/resolveRoute.js. Otherwise, just let...

Hey @mschipperheyn! I'm currently looking into Chrome DevTools extensions API, so hopefully I can come up with a PoC in a reasonable time.

Good thing about this server is that we're not bounded to browserify or watchify, to be honest :) We just watching a file and broadcast it's changes (diff), in principle...

As you could see in the code, I watch files from the bundle, but not the bundle itself, because it could be quite slow. Sometimes, even incremental rebuild may take...

The point is that I don't want to wait till whole bundle gonna be rebuilt. If you I misunderstood and you propose the same solution without adding additional watcher -...

`static/src/**/*.js` I guess. But to be sure, I use [chokidar's file path matching](https://github.com/paulmillr/chokidar), so you should align your format with it.