Zicklag
Zicklag
We do need a `StableTypeId` or something even in production for supporting scripted components ( #142 ). In the case of having scripted components with IDs that must be generated...
Oh, yeah, I forgot about that. I've run into the same issue. There's only a couple ways I've found to solve it: - Have the derive macro use `gc_arena` without...
On the web, the requests are proxied automatically with the same configuration as the browser. On native, `ureq` requires the user agent to be configure with the `try_proxy_from_env(true)` flag. Additionally,...
Hey there! We are actually quite close to being able to define new components, I think, with the PR you found being the only thing I know so far that's...
Yeah, I'd be glad to help explain. Fair warning, I haven't tested the custom component thing yet, so this is my current idea of how it should probably be able...
> If we do that, do we still need to use the ReflectComponent? We still need `ReflectComponent`, but only if we want seamless support for our `JsComponent` in `bevy_mod_js_scripting` and...
Opened a discussion here: https://github.com/bevyengine/bevy/discussions/6536. **Edit:** > Also, I found https://github.com/bevyengine/bevy/pull/5602 implements the insertion. So, do we also need to wait for this to be merged? Good find! I missed...
Thanks a bunch that's exactly what I was looking for! I don't have any _real_ use for it yet, but I might take another look at Emu one day if...
Cool, I'm hoping to continue finding some time trying out `dydx`, and if so I'll work on the `Display` implementation probably for both `Tensor` and `Device`. I'm _really_ impressed with...
I'm totally open to any kind of exploration here so feel free to try whatever technique you can get working!