Quentin Jaccarino

Results 18 comments of Quentin Jaccarino

Yes maybe it's really special but we were using the old `toContain` alias of `toInclude` ([link](https://github.com/mjackson/expect#toinclude)) with an object as parameter and I think that we should use the new...

Hi @skovhus Yes but `toContain` in some cases cannot be used as the old one. Expect was using the [`isEqual`](https://github.com/ljharb/is-equal) module for `toContain` and so it was doing a deep...

Oh yes, my bad. We used `jest-codemods` to update our tests. Because some of them were using `toContain` (the old alias) we had to manually edit them. And so now...

Hi, In the same way but I don't know if it's related because no errors. ```js describe('get', () => { it('should return the host status', function() { return this.client.send('host:get').then(res =>...

Hi, there is still an issue when using styled options ![image](https://user-images.githubusercontent.com/3009753/116986608-4709d800-acce-11eb-8832-1136c3220df2.png) I'm using the version 1.5.2

@jasonwilliams sure, how can I help ? I'm using emotion and I just saw that `styled-components` and `emotion` differ on the way you specify the `shouldForwardProp` option. ([styled](https://styled-components.com/docs/api#shouldforwardprop) vs [emotion](https://emotion.sh/docs/styled#customizing-prop-forwarding))...

Hi, sorry I hadn't much time to try and fix this issue lately. I did try today and found a tweak on Regex 101 that helped but couldn't make it...

@andreidiaconescu You probably just need to make this line `fs.realpathSync(path.join('src', 'locales', resPath))` match your output config in your case `fs.realpathSync(path.join('tmp', resPath))`

Hi, I improved a bit the `flush` function for my use case ([gist](https://gist.github.com/Justkant/85c716c036a1ba8847b5b41270593575)): - It always overwrite the defaultLng (to keep the JSON file up to date with the code...

Just saw https://launchpad.net/~saiarcot895/+archive/ubuntu/chromium-dev/+sourcepub/11665028/+listing-archive-extra Seems like it's okay with https://aur.archlinux.org/packages/libva-vdpau-driver-chromium ([changes](https://aur.archlinux.org/cgit/aur.git/commit/?h=libva-vdpau-driver-chromium&id=692065e5b5512961b834c01c2c16e462271b92b2))