Yury Zhuravlev

Results 348 comments of Yury Zhuravlev

@Sean-StarLabs do you have any update?

We need list of all broken deps and checkboxes, it will be the best on current stage.

I think we can create a new function `generate_latest_b()` and return bytes, and original function will just call new function and convert to string. Seems like the current behavior comes...

How big is the difference from what `rusticle` is creating for RDNA?

More detailed explained issue https://github.com/cypress-io/cypress/issues/27260 PS now --headless working as --headless=new, to use older behavior you should switch to --headless=old

yeah, the main change it's storage replaced by rune. Shouldn't be too much changes.

Will be good to do this #66 during this support as well.

Svelte5 is released. Any updates? Should I help, or should we start searching for a new library?

As I said, Svelte5 provided a universal reactive solution - $state(), which replaces Svelte4 Stores and component-level variables. I think we just should replace Store by $state, that's it. Basically,...