Flo Becker

Results 12 comments of Flo Becker

I'm using the same event and having a few difficulties with it as well. `mouseOver` is triggered quite often by highcharts, in your example it results in a a lot...

It's `/en/assets/main-54ec998fc60245ee09c449e01a2549e752690ad7f1ded1c198dee85acb69b189.css` while I expect it to be `/assets/main-54ec998fc60245ee09c449e01a2549e752690ad7f1ded1c198dee85acb69b189.css`.

Hmm, I see that the bug is not within `jekyll-assets`, and I don't expect you to alter your software to be compatible with a (mostly unmaintained jekyll plugin) to fix...

> You could try installing watchman which Jest will use by default if installed and see if that helps ``` => Found "[email protected]" info Reasons this module exists ``` But...

I still don't see a change wether I have a watchman config or not. Might be because we already did some optimizations with running different projects depending on what param...

Jest perf is even worth when using testPattern. As it has to not only search for every single test file but also search each test description. Both makes sense, but...

Almost all of our tests are utilising the DOM in some way. I have happy dom a try a few times. It works (with some caveats), but I could not...

@robatwilliams when using watch mode having installed https://facebook.github.io/watchman/ with a proper config for the repo (e.g. exclude node_modules, dist, ...) is a must. Whenever I have time at work I...

Is there anything I can do to help with this PR? What's needed to get this in a future version?

Is the startup time going only up when you are actually running in watch mode or is it sufficient to have watchman installed? We have a quite big mono repo...