Oren WANG

Results 6 issues of Oren WANG

Related: https://github.com/supabase-community/realtime-py/issues/32

In the **usage.py** example, the _UPDATE_ event callback is called normally, while the _*_ event callback is never called. https://github.com/supabase-community/realtime-py/blob/694587212bb76132d595e93be6f2f85c8e9347cb/usage.py#L17-L21 If I understand the code below correctly, a wildcard (*)...

### Describe the problem In [the docs for `handleFetch` hook](https://kit.svelte.dev/docs/hooks) it recommends to hit the API directly during SSR, which I agree: ```javascript export async function handleFetch({ request, fetch })...

enhancement

Currently the implementation of `--save-pk` is missing (and incorrectly named as "--save-pt") in `demo_video_x.py`. This PR adds this implementation and outputs a `res.pk` file similar to `demo_video.py`. However, if anyone...

More specifically, when the size is larger than `1024 MB` but is divisible by `1024` for example, the result would always be `1 GB`. The code below shows this clearer:...

First of all, amazing project! Thank you for sharing this valuable work. I am a little confused, though, about "Compute world positions and rotations from a BVH file" part in...

enhancement