rdb

Results 443 comments of rdb

Glad you are enjoying it. Those functions are more or less all this package contains, what are you asking me to remove?

How would you imagine this wrapper to work?

Yes, this is a known shortcoming. I have not found a clean way to address this yet. You'd need to do something like this: ```js let subscription; $: { if...

Oh, I haven't tried it, but this actually might work today, without a specific `subscribable` store: ```js $: sub = useTracker(() => Meteor.subscribe('stuff', { page })); $: $sub ```

Great question. bam is increasingly used as a storage format, and if regular models work fine in this manner, I'd argue people should expect animations to work fine as well....

Great work, thank you! Some comments. We're trying to phase out Python extensions added in direct. They're only available when direct is loaded. Prefer a C++ interface if at all...

It's not the camera. You probably have panda3d-gltf installed on one system and not on the other. If you don't have panda3d-gltf, it falls back to Assimp, which doesn't properly...

I think the graphical issue is better re-filed on the panda3d-gltf repository. I implemented #1657 which should hopefully help with the caching issues in the future. You can also set...

Even just the function names would be very helpful already. Would it be easier to ask for a spammy debug log feature that just prints an indented name of the...

Thanks! I'm looking forward to the new interpreter. I've managed to achieve what I need using [wizer](https://github.com/bytecodealliance/wizer) in the meantime, which gives a stack trace when it encounters an external...