Olivier Pinon
Olivier Pinon
Here to report that I have this bug as well (Manjaro, 64bits, WGPU renderer). Though no one mentions it, on my system I have a warning log "Can not get...
I think I've found the issue, or at least a part of it ! It's somewhat related to system ordering indeed ;) The problem is in the `chunk_auto_radius` system. It's...
I also thought about that, but I'm not sure that this will solve the problem though. In the case of `auto_spawn`ing we still need the camera transform, and if no...
In the case of the macro I've been refactoring, we don't exactly separate the concepts of "receiver structs" and "meaningful/stronger-typed structs". We have our "meaningful" structs implement `darling` traits, namely...
The PKGBUILD maintained by @orhun is not referencing the correct SHA512 sum. This is not an issue with ATAC itself. I suggest the following : * Read the [AUR documentation...
Hi! I investigated this a bit. It seems the issue is exactly what you mentioned, transitioning from one state to another never empties the EventReader. From [this page of the...
I've investigated this a bit, it looks like this is a bug with every radix-ui slider (not specific to electricitymaps' `TimeSlider`). The same buggy behaviour can be reproduced on their...
@VIKTORVAV99, Hello, I have opened https://github.com/radix-ui/primitives/issues/2777 on radix-ui/primitives. I've tried to come up with a solution on my own, or at least a workaround (a patch to be applied on...
Hey, I also triggered this limitation, and also agree that consistency with `core` (12-tuples) is best. My use case is a (admittedly complex) piece of code that unzips into 13...
Not sure if this should get merged to branch v0.3. Maybe this requires a release of the cargo-aoc CLI on crates.io so that the docs match the actual CLI.