Testare

Results 28 comments of Testare
trafficstars

I was actually just looking for this feature. Old issue, but definitely +1 on this from me.

Well, the name of the crate IS `pallete` XD But your suggestion makes sense. And for the 256 color pallet, it looks like for 16-231 it moves in steps of...

markdownlint failed because of github throttling ``` Error: fatal: unable to access 'https://github.com/bevyengine/bevy/': The requested URL returned error: 429 ``` (429 means too many request) Is there a way to...

Parent is used as an example, since it is the most pertinent (Parent is added to entities automatically through scene load and causes panic when set improperly, hence how this...

Oh hahaha yeah i can see how that would be easy to miss XP Do you think it's fine then?

Okay, I'm finding it hard to communicate technically what this bug is and what I did to solve it... So I wrote it out in story/table form! Hopefully it's more...

Awww, yesterday was my birthday! PR feedback is a great birthday present

Sorry for the delay, yesterday was also abnormally busy. As I said in reply to one of your comments, I think it makes sense just to combine the two methods...

Sadly, I don't think we can do that, because the way ReflectMapEntities is implemented is with an internal closure, and you can't make closures generic over traits. I think I...