Dylan Pierce

Results 64 comments of Dylan Pierce

Just reporting a similar issue but with `withCss` and using Next.js

It looks like in a near future Android Chrome version will fix this: https://issuetracker.google.com/u/0/issues/173142922 Another thread: https://bugs.chromium.org/p/chromium/issues/detail?id=1138823#c25 Here's a really hacky workaround I haven't tested yet: https://gist.github.com/erdgzl/4220083e8f69083c42eda8b1aafb1ad9 Maybe programmatically resizing...

From what I can tell, you can't access the `stream` object outside of the context of the `Webcam` class. Which means the workaround can't be used without forking the library....

This is my final solution, works on my Pixel 4. I use this little hack after uploading the photo from the `videoRef.current.doScreenshot`. Hopefully it helps y'all! ``` let stream =...

Honestly waiting for more mongo support before purchasing the full product. Would love to support but it's a deal breaker for me if it's not supported just a little bit...

Same boat, it's like its stuck on updating state

Let me know if you need a hand, I have some documentation for a Symfony functional test implementation. https://gist.github.com/ctrlaltdylan/046032d82b8c6b8c07f5c53ca0382042

Just to add to @i7an 's answer, I had to removing the latest `openssl@3`, then uninstall and install `[email protected]` while ignoring the dependency warnings. Then I uninstalled the specific ruby...

Similar issue but with different setup. And I did use the `dump()` function as described in the docs: ``` PHP 7.1 Running locally with php artisan serve php artisan dump-server...