TimJentzsch
TimJentzsch
I also have a use-case for this: Ergonomic text localization. I am working on integrating [Project Fluent](https://projectfluent.org/) into Bevy, which allows localization that goes beyond simple string replacement. To use...
Would this make it possible to connect without port forwarding or does this just integrate the "Join Game" button?
I strongly agree that the current solution of `UiRect` should be replaced, the name is quite misleading. I'm not yet sure if I would prefer entirely separate types like this...
You might be interested in this: https://github.com/Leafwing-Studios/cargo-cache It uses a the hash of the updated lock file instead of the current date to calculate the hash key, also with several...
Previously attempted in #7627, but the action has also improved since then
> > Previously attempted in #7627, but the action has also improved since then > > Is there a reason the original PR was closed? Mainly because it didn't get...
But I'm quite confident that the current caching solution is flawed, causing the cache to be outdated quite quickly, and that this PR will be an improvement. I'm not entirely...
> I think I would prefer an approach where we create cache only from the main branch, those should be available to every job What would you think about handling...
From a first look this sounds good! Would it be possible / how would it look like to nest different types of layout algorithms or to combine them? E.g. having...
Agreed, the important parts of this issue have already been tackled, I'll close it out. If we see the need for more advanced features like shadows or outlines, they probably...