IceSentry

Results 243 comments of IceSentry

I'm fine with having only primary colors as default constants, but I think having access to multiple color space constructor and all the other operations defined on the bevy Color...

Could be an env var, but a lot of cli tools have a config file that it then looks for at a few location. A few examples: https://github.com/Peltoche/lsd#configuration https://starship.rs/config/ https://github.com/dalance/procs#configuration...

I'm on windows, alias are a fine workaround if you can use them easily, but having a global configuration can be much easier to read than a shell command with...

As stated on discord. I don't believe it's our responsibility to filter licenses. At most we can clearly indicate if a license is compatible with bevy's own licenses. It's already...

I should clarify that to me the assets page should be treated purely as a showcase. > Licenses are already planned to be tracked with/for the new Asset Cards Licenses...

@laundmo if you didn't see it, we added a short intro text to the asset page to clarify it's purpose. To be clear, it's just a first step, there's plenty...

Actually, are you sure this works? I tried it locally and I don't see a change

I added support for querying the crates db, but I'm not sure how it will work in CI. Right now it downloads it whenever we generate. I made sure to...

Ah, nice, I'll add the ci caching. > The current bottleneck that takes the longest for the local db is [reversed dependencies lookup](https://github.com/alyti/cratesio-dbdump-lookup/blob/0ab1c88acab98323af56824e0abeb369542574eb/src/lib.rs#L277). Oh right, completely forgot to update that...

I tried not using rev_dependency and it wasn't noticeably faster 😢