IceSentry

Results 243 comments of IceSentry

The `GITHUB_TOKEN` secret is supposed to be configured by default in any github actions job and for now I don't use any gitlab token so I don't think it needs...

Oh, makes sense, it's definitely going to use that token a lot more now.

Also, small note on that, github has a way to query multiple repos with a single call. It would require a big re-architecture to process multiple crates at the same...

I really like this, it will make writing code blocks way easier. The code looks fine to me, but I think you should add either a README or at least...

I think we should combine this with some form of pagination to avoid needing to load absolutely everything at once. I don't know if that's possible without using a backend...

@TimJentzsch since I can't figure out how to request a review, hopefully this ping will do the job.

For the image thing, I was mostly questioning what to do right now, but yes in the future we should either make images mandatory or at the very least some...

For the bevy and license logo, that was me playing around with it and breaking it after making my original PR it was super late though so I stopped and...

Alright, I rewrote most of the styling, but this time I used css grid and it made everything way easier. I tried to apply most of the feedback that I...

I'd rather shipping the metadata loading first. That way the cards will have actual data to show. Right they will just look weirdly empty. The cards are pretty much ready...