Guillaume Chau

Results 406 comments of Guillaume Chau

That's thing that we would need to add to the Plugin API. Do you confirm you need the following for now? - [x] Add a new tab - [x] Render...

https://github.com/histoire-dev/histoire/discussions/240

Could you provide precise reproduction steps? What were you doing exactly? Thanks!

What do you mean by "mousy http requests"?

There is now a command to run the server without opening the UI in the default browser: `peeky server` (the UI is still loaded when going to the root URL...

Implemented very fast coverage collection in https://github.com/Akryum/peeky/commit/ae91f10716ba936b3780229572b0a7d99f1ca443 It's using V8 native coverage system, so it's **FAST** (compared to instanbul which is slow because it uses babel and it's not native).

You can see the current state in the original post ☝️