Thomas P.

Results 15 comments of Thomas P.

Ran into this issue today and can confirm that `vue-clickaway2` works properly. Thanks @silverspectro

The issue has not been resolved, please don't close it. @tomskopek Using patch-package should be pretty straightforward: 1. Install it as a dependency of your project, follow the instructions in...

Same issue here, code that worked on Realm v2.10.0 is now broken on Realm v6.0.2. Besides passing all properties at once, another use case is to use a local override...

Actually it works out of the box, just unlink it and it should be fine. The readme should be updated though

The `--webchannel_port` does not set the port the websocket listens on, it's another service of the emulator (I believe it's a gRPC server?). To force the websocket port, your best...

I'm running the firebase emulator suite in a containerized environment too : I'm replicating my project stack locally with docker-compose, which allows every developer to work on a separate environment....

I also tried to download a Facebook video and it didn't work 😕 But the fix proposed by @ssaqua works great, thanks so much for looking into it! ❤️

The root cause of the issue is that github disabled the `git://` protocol for pulling repos. See [their blog article](https://github.blog/2021-09-01-improving-git-protocol-security-github/) and [this StackOverflow answer](https://stackoverflow.com/a/69812472/3841242). It'd be awesome to release a...

Good catch, did not know about that "addPlugin" method. Thanks 😁

Hum, unless I'm mistaken, the bundle analyzer should only be used on production bundles since it's what you want to optimize and production builds are much more optimized than development...