⭐️NINIKA⭐️
⭐️NINIKA⭐️
Currently types used in scenario parsing & vm execution are all over the place. Them needing `FromVmCtx` implementations does not help. We want to figure out a policy on where...
At least this should change: - The message is skipped "atomically", not 1 ClickWait per frame (how does the message synchronization work there?) - Tweens used by LAYERWAIT are fast-forwarded...
It's kinda convoluted, as those values are transformed multiple times during the layouting & rendering process, need to do a little digging with ghidra to do it
To implement #3671 we would need to add more predicate types like account predicates or asset predicates. However our current API allows the clients to specify any predicate filter, without...
## Description This PR is a first step towards more type-safe queries (#4569). It adds traits for singular and iterable queries and prohibits supplying filters, sorting, pagination and batching parameters...
### Description of the problem / feature request: When passing custom environment variables to compile actions using `env_sets` parameter of a `feature`, stripping action ignores it. I found this while...
**Describe the bug:** Attempt to launch om aarch64 ubuntu linux does not succeed. What have failed: - osu failed to load acodec-related libraries, as my distribution does not have `libavformat.so`...
**Describe the bug** I am trying to call `ChartBuilder::build_cartesian_2d` with `Range` as an argument, but it fails due to unsatisfied `AsRangedCoord` trait. If I construct `RangedDateTime` object manually with `RangedDateTime::from(min_date..max_date)`...
Thank you very much for this project, I can see it improving QoL when using wgsl very much! I have a question/feature request: can you re-use bind groups with same...
I have a use-case where I want to yield a tuple of two items: an idem lended from the iterator and an item borrowed from outside scope (`LendedItem` and `BorrowedItem`...