Zicklag
Zicklag
> I just don't see the point in Rapier where .await would be invoked...As far as I can tell Bevy doesn't use async for compute tasks - the benefits it...
Hey @neachdainn just found another project that might be worth looking into: https://github.com/BVE-Reborn/switchyard. It's an async executor actually _designed_ for optimizing comput task.
I would really appreciate better logging when Email sending fails. I have spent many hours troubleshooting trying to find out what was wrong with my Taiga instance, only to discover...
I'm getting the same `[CRITICAL] WORKER TIMEOUT (pid:30580)` log with the Taiga 4.2.12, but it is only with the User API endpoint. Almost every time, if I try to change...
Thanks for responding. I did end up figuring it out ( I meant to post back here after I did, but I handn't gotten to it yet ). It was...
Thanks for the reply @schreter. As long as the possibility for geo-replication isn't totally closed for the future I should be fine. My project is still ultra-experimental and everything is...
> Of course, it's not a plain Raft afterwards, but who cares :-). From the README it sounds like improving upon raft is part of the motivation for the library,...
Triangle meshes don't tend to work very well for collisions because there isn't a way to calculate when a vertex is _inside_ the mesh. Because there is no concept of...
This can be closed now that CPAL works on web right? **Edit:** Also I had a question about the README which says that Emscripten is a tested target: does CPAL...
I found this in the logs which might be part of the reason for the `...` issue. ``` Debug [html5ever::tree_builder]: processing TagToken(Tag { kind: StartTag, name: Atom(\'tr\' type=static), self_closing: false,...