Hennadii Chernyshchyk

Results 131 issues of Hennadii Chernyshchyk

**Describe the bug** When I start Firefox from the .desktop file created by Distrobox, it looks on the taskbar like this: ![image](https://github.com/user-attachments/assets/29d0762b-7baa-455d-993c-fa4a4904c7a1) Then second instance appears: ![image](https://github.com/user-attachments/assets/4c8a2675-ec80-49c4-886b-a4ed23060481) And in the...

bug

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...

status: ready
area: vpi/dpi/api

- 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.

A-Collision
C-Usability

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.

enhancement

## 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...

A-ECS
C-Usability
S-Ready-For-Implementation
X-Uncontroversial
D-Straightforward

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....

enhancement

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...

enhancement