Joaquín Ossandon
Joaquín Ossandon
How can I map the object positions into panoramic view? Positions are relative with respect to which reference? I obtained these positions from https://github.com/niessner/Matterport/blob/master/data_organization.md (`house_segmentations`) Thanks!
### Describe the Bug Whenever the DOM focuses an element that is inside the viewport tree but outside of the current view, the DOM jumps there and the viewport breaks,...
I'm having a memory leak in Django Channels using `uvicorn`. Every "memory crash" is a restart/deploy 👇 This not just happens within my project, but also with the [tutorial basic...
When using `uvicorn` or `daphne`, only one of `text` or `bytes` is sent. But on `hypercorn`, both of them are sent, but with `None` value: https://github.com/pgjones/hypercorn/blob/31639ec2f4d03aa920b95c84686163901224c6cf/src/hypercorn/protocol/ws_stream.py#L159 So if you just...
This PR introduces a shared storage for consumers within Django Channels. Initially, each YjsConsumer had its unique YDoc, updating only from its client. This approach caused issues, such as consumers...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
Hey! I'm trying to setup OTel for tracing with Langsmith in NextJS, using the Vercel AI SDK and Sentry. I followed the guide here: https://docs.smith.langchain.com/observability/how_to_guides/tracing/trace_whttps://github.com/langchain-ai/langsmith-sdk/issues/new/chooseith_vercel_ai_sdk#sentry but there are a couple...