Vianney Carel

Results 20 comments of Vianney Carel

I have the same problem on my end. HMR is very slow, about 5s to 10s ([email protected])

It says "building", "bundling", "packaging", "optimizing". All those step take equal time, except bundling, which is faster. If I reduce the size of my project to... 1 file, it takes...

We've been tricked too. In our case, we had steps beginning with the same string, e.g.: ``` @step('user specifies a new password') @step('user specifies a new password and saves') ```...

@edith4cim We removed webpack... :-(

Hi, I'm on Chrome and the reset() method does not delete the mp_xxxx cookie on my side... Is it supposed to work ?

It looks like reset takes time... but when I logout I do a page refresh so to ensure I get started with a new state. So it actually works from...

So I'm getting a random behaviour. Sometimes it works, most of the time it doesn't. There's no log or anything which can help me to debug. Le mer. 22 févr....

It looks like jsdom is breaking since 5.4.0 (current version is 5.3.0). I get many of the same error: ``` TypeError: dom.HTMLDocument is not a function at createDocument (src/document.js:446:19) ```

@assaf, I would be happy to help if you don't have time, but I confess I don't know much about jsdom. Could you give some hints ? - For instance,...

Hi @assaf, I finally had some time investigate on this jsdom migration issue. I found something weird in jsdom/browser/Windows.js, where we have the below error: ``` TypeError: dom.HTMLDocument is not...