Hennadii Chernyshchyk

Results 124 issues of Hennadii Chernyshchyk

While this may seem like a simple replacement, some games rely on ticks to track time. For example, you can define buff duration in ticks instead of ms. If we...

enhancement

It would be quite convenient to support Bevy's filters in `replicate_group` as in queries, via second generic parameter. These rules will be applied when filtering archetypes.

enhancement
good first issue

I would like to suggest putting the last used task first in the list. This is very useful if you run something several times.

When the number of samples is less then required, methods from this crate usually returns `NaN`. It's correct, but requires user to check the result or verify the number of...

Right now in order to access to `ClientId` on client I need to interact with `NetcodeClientTransport::client_id`. It would be convenient to being able to obtain `CleintId` in a transport-independent way....

For GUI client @Hyper-KVM added a check for AMD driver [here](https://github.com/Shatur95/optimus-manager-qt/blob/6edbe845fccf83fa6b3710f8215c99fdb6be30bf/src/optimusmanager.cpp#L343). I think that in the console version it should also be present. Also could you put [_check_number_of_sessions()](https://github.com/Askannz/optimus-manager/blob/67d51d01161bcbe9b10eebd97e6844293f1c841d/optimus_manager/client/client_checks.py#L21) before [_check_wayland()](https://github.com/Askannz/optimus-manager/blob/67d51d01161bcbe9b10eebd97e6844293f1c841d/optimus_manager/client/client_checks.py#L16)?...

enhancement
feature request

On client we use exclusive system with resources removal to avoid issues with borrow checker. But after https://github.com/bevyengine/bevy/pull/14561, we can use use `EntityMut` with resources without any issues.

enhancement

Should be simple to add. Maybe we make it similar to components, except there are no groups. We will need support write callbacks and writing into a separate resource for...

enhancement

I used panic because I thought that it's impossible to happen 😅 But forgot to take visibility into account. It was reported that sending an event that contains an entity...

enhancement
good first issue

I think we should make them networked, but I'm planning to wait for the next Bevy release to let them "bake": * When James initially implemented observers they had their...

enhancement