Luca Dalli

Results 14 comments of Luca Dalli

I don't use the WebXR viewer, nor have I have ever worked with WebXR input events, so I'm assuming the same capabilities as touch events. I can agree with the...

I'm not sure if this is some intended behavior which is being erratic but it seems like a bug to me. When testing the [demo linked above](https://demos.r2u.io/model-viewer/index.html) by @FelipeR2U, sometimes...

@elalish Still a draft, sorry. I'd like to add tests and an example to the docs before requesting review. Time I would've liked to spend on this PR went into...

@Murderlon Are you able to use the images attached to reproduce the issue on your end? We use the images generated from the `thumbnail-generator` extensively in our application and the...

@owenpearson I should've mentioned that I am already awaiting the explicit attach as you suggest. But if the channel is not yet attached, doesn't `enterClient` attach implicitly? I think it...

@owenpearson Thanks for investigating the issue. I might have identified the root cause of this error and it does not seem to be on Ably's end. On error I am...

@owenpearson Unfortunately I was able to reproduce the issue on Fly.io too. Logs have revealed that while the when the error occurs the connection is in `connected` state but the...

@Atinux Super exciting stuff! I believe Pages does support [bindings to production and preview deployments](https://developers.cloudflare.com/pages/functions/bindings/#durable-objects) via the Cloudflare dashboard. In my Pages project dashboard I see the possibility to bind...

Cloudflare Workers now [support static assets](https://blog.cloudflare.com/builder-day-2024-announcements/#static-asset-hosting). This provides a clear way forward to support DurableObjects by deploying via Workers instead of Pages. Hurrah!