andreas
andreas
I've also tried restricting with `restrictRect` and while that let's me use the full range of the viewport, now users could drag the element off screen (if `document.body.scrollHeight` is larger...
Here's a recording of the buggy reflow behavior, if we've first scrolled beyond the restriction value: https://user-images.githubusercontent.com/9140811/202732679-8ae4de98-ca6a-4da9-a85c-641755898a15.mov
This is our current workaround (it's called on first init, in a resize listener and in the drag/resize end() hooks) ```js export function repositionWidget() { if (!widget) return const box...
@taye could you have a look? 👀 🙏
Thanks, but that way I'd still require the user to visit an external site _and_ share a report URL with me. Whereas ideally I'd ask them to click "Report an...
Hi, not sure what's the best place to reach out to you, but I love the project and would love to help you out with it. Any great "getting your...
Also not available in the list of devices on version `0.4.10` Edit: found out OpenRazer is the source for supported devices https://github.com/1kc/razer-macos/issues/514#issuecomment-1274804452 But OpenRazer says they have "nothing to support"...
I could tweak a lot of the settings with this open-source app (focus, contrast, ...) https://github.com/Itaybre/CameraController
@jm-david any updates on this? 🙏
Any updates on this (SSR-wise)?