Hennadii Chernyshchyk
Hennadii Chernyshchyk
**Describe the bug** When I start Firefox from the .desktop file created by Distrobox, it looks on the taskbar like this:  Then second instance appears:  And in the...
In version 5.022 I was able to iterate over hierarchy by creating the following iterator: ```cpp vpiHandle module_iter = vpi_iterate(vpiModule, root_handle); ``` But after update to 5.024 (also happens on...
- App name (version): Crow Translate The application was recently incubated under the KDE umbrella (https://invent.kde.org/office/crow-translate) and changed its app ID to `org.kde.CrowTranslate`. In the upcoming release, we also changed...
The previously discovered desync from #516 has been fixed in #520. However, I found another way to cause a desync on the latest `main`. Here is a minimal example to...
You convert it into iterator anyway: https://github.com/Jondolf/avian/blob/7d79ca1148e661d0fc57e8b5b8b381725ef0ad06/src/collision/collider/parry/mod.rs#L668-L683 It would be nice to be able to avoid extra allocations.
I migrating from xpbd to avian. Previosly my setup was like this: ```rust PhysicsPlugins::default() .build() .disable::() .disable::() .disable::(), ``` But after migration to avian it crashes with the following message:...
Sometimes it's useful to replicate not every change, but with some frequency. Maybe we could have some replication conditions to allow this.
## What problem does this solve or what need does it fill? After #12929 we can no longer get `Ptr` by component ID from the column. Previously my code to...
Make the transport responsible for which channels get used. This way backends will be able to merge channels (except ReliableOrdered) and we won't be limited by u8::MAX number of channels....
Currently, we insert components one by one, which causes a lot of archetype moves and behaves somewhat unexpectedly with observers/hooks. To solve this, we could pass a special buffer for...