Lucas Genzelis

Results 52 comments of Lucas Genzelis

After more investigation, my "fix" is no real fix, it just makes the problem less obvious. The viewport is still taking the default height (e.g. 596px for chrome), but cypress...

Alright, after reading [this article](https://www.cypress.io/blog/2021/03/01/generate-high-resolution-videos-and-screenshots/#the-window-size-on-ci) (in particular, the distinction between viewport and window) I feel a little less flabbergasted. The only important thing to note, though, is that starting in...

That is really strange, @lmiller1990 . Adding that `+ 124` consistently brought the height back to `720` for me, as in before cypress 12.15. I reproduced it both locally (in...

I've just run those two commands in my computer as well and got the exact same results as @jmeleropager 🤯 So, the problem is caused indeed by Cypress 12.15 changing...

Ok, I get it. In your example, both should be errors, indeed. The difference, I guess, is that in my example the "wrongly" detected error is inside a callback (for...

Do you think that a new mode is really necessary? I mean, in my original example, do you think there are cases using `jsx-only` where that behavior is desired? In...

I gave it a try @edvardchen ! 😁 Please let me know what you think https://github.com/edvardchen/eslint-plugin-i18next/pull/110 🙏

I had forgotten about this issue. But for anyone running into it, we just fixed by passing a window-size big enough to account for both your app `viewportHeight` and for...

For anyone else landing here looking for a solution, here's my `eslint.config.cjs`, which works for me :) ```js const pluginImport = require('eslint-plugin-import'); module.exports = [ { plugins: { import: {...

Setting `TZ` environment variable works for me on cypress 9.1.1 and macos, using any browser (so, works for electron, chrome, edge and firefox). Like @jennifer-shehane said, all it takes is...