Gavin
Gavin
@olisteadman don't see ur PR :o, @xqwzts can we get it merged it when it does
I am getting the same problem too for the WEBM encoder. For some reason, `start()` is blocking.
Been facing this for a while, and it happens really randomly too, but the above responses did not help me but instead, updating the `sbt-play-ebean` plugin made it work for...
Definitely nice feature to have, but if you want to do it now @Salby , the way I do it currently is have a listener to the current value or...
So I've found an alternative way of updating it, by cleaning it up and it works for me: ``` stickyBitsInstance.cleanup(); stickyBitsInstance = stickybits('selector', {stickyBitStickyOffset: newOffset }); ``` Of course your...
Thinking about this more, I believe there might be a diff approach ref: https://x.com/gching/status/1905466984999125220 In the case when we are using a third party auth service (Clerk, Auth0), we potentially...
Yep! Most definitely, I think Clerk is also pushing forward with their OAuth / OIDC provider implementation, when that's out I think we can have a create a better example
Ran into this same issue to just given how DO works. Another thing we could do is expose an option like `name` or `session` on both `serve` and `serveSSE` that...