Mark Gaze

Results 7 comments of Mark Gaze

I had this on a Remix app, I had to add the following to my `remix.config.js` config file to make it work: ``` serverDependenciesToBundle: ['@formkit/auto-animate/react'] ```

That is absolutely correct 😃 I deployed an EC2 instance and used my public key from Krypton when deploying it. As it's a Windows machine, AWS requires that you provide...

Agreed, it would be nice to be able to choose the version of Hugo by choosing the matching version of this package.

Doing the following fixed it for me 🙂 ``` sudo pip uninstall pytube sudo pip install git+https://github.com/pytube/pytube@master ``` (because the branch that was originally used in @sprnza's has now been...

This seems to be causing a crash in the new Storybook v6 Controls, see this comment: https://github.com/storybookjs/storybook/issues/11373#issuecomment-672570880 I'm experiencing the same issue in my project

Same here. Getting about 7Mbit/s on WSL2 and 30+ in Windows. Disabling Defender also made no difference for me either.