David Lynch
David Lynch
@filipenevola thanks for looking into this. I was able to reproduce this very simply: 1. Brand new Meteor application with meteor create 2. meteor add ostrio:files 3. Build on Windows...
A relevant comment was left on ostrio:files GitHub: https://github.com/veliovgroup/Meteor-Files/issues/781#issuecomment-762173328 @olafthiele writes: _Just for reference, had the same problem with node v12.20.1 on both Win and Ubuntu. Downgrading to 1.4.0 solved...
@filipenevola OK I've updated to Meteor 2.0-rc.3 and pushed to GitHub. Alas same symptoms. Windows console log: ``` C:\git>git clone https://github.com/sotarules/meteor-build-bug.git Cloning into 'meteor-build-bug'... remote: Enumerating objects: 28, done. remote:...
@olafthiele What do you think about my idea of looking at **.meteor-last-rebuild-version.json** **platform** specification? I'm not sure whether that is definitive proof of the problem, but when digging it, it...
I confirm that zoom-in data style doesn't work right on certain browsers, particularly Chrome (Version 48.0.2564.116 m), and that setting the opacity to 1 circumvents the problem. I believe that...
Yes this caught me and scared me, I moved to Windows 10, and UserStatus wasn't there, I was under the impression I had mis-configured the new system. I finally noticed...
This problem is caused by React 18 update batching. I have created a patch that seems to fix the problem. May patch affects function **handleAnimationEnd** (in react-contexify.esm.js): ``` function handleAnimationEnd()...
Friends, I have what I believe is the same issue, but in my case I'm animating a slide transition from right-to-left using 3D translate affecting the X value. The "new"...
I just got it working for my own system, so I wanted to leave some helpful tips for any developers facing this issue. The requirement is to have a paginated...