Vianney Carel
Vianney Carel
All right, now I'm making progress in upgrading jsdom, version by version. It appears that it complies more and more to the DOM specifications. So it sometimes break things which...
I should, I agree, but I'm not good enough, really. :-) Honestly, I don't have much time and zombie is not a piece of cake for a newbie like me....
At last! I have been able to upgrade JSDOM to 6.5.1 (see the above PR) I had an issue on my app (some jquery plugin which was crashing) which is...
@assaf Please ignore the PR #982 ... it was including too many commits. The #990 should be fine. Could you let me know if/when you plan to merge it? We...
@chaituckr, you are not using zombie, are you? Anyway, I suggest you to open a separate ticket for your issue, either in [jsdom](https://github.com/tmpvar/jsdom/issues) or [zombie](https://github.com/assaf/zombie/issues).
Hi, we are using react-location 3 in a pretty big application, and migrating to the v4 is a tedious operation. I don't have a clear idea how we are going...
+1 I'm lazy to make a pull-request, but the solution is pretty simple: In src/combodate.js, line 513, replace: `maxYear: 2015` by: `maxYear: (new Date()).getFullYear()`
Hi. Is there any update on this issue?
Hi, I just tried to sync Google Drive from scratch and I got the same error. Empty stacktrace too.
@ReptiIe we encountered a similar glitch in my team. We found out that: - It works with the armhf build on Raspberry Pi OS 32-bit, but not with the arm64...