T

Results 18 comments of T
trafficstars

Decky loader stopped working on both of our steam decks. Solved by reinstalling decky loader.

Hi @benjitrosch, is there a reason this got closed? It would be helpful to have an updated list of components that still need testing!

Wouldn't a polymorphic prop be ideal in this case? Edit: Sorry, I just realized this has already been mentioned in #129 and #108. I believe these 3 issues are related...

Hi! I've been attempting to register the past few days and I also get stick in the loading state forever. I tried multiple usernames but no feedback on what's going...

I'd rather have it on F-Droid and I assume many other people too. I avoid using Play Store as much as I can.

I am having the same issue. I am using Zustand to create a store and attempting to access this store inside my React PDF components to dynamic render its contents.

My solution for this was to access the Zustand store in the component that renders `PDFViewer` and pass the needed values to the component that renders `Document` as props. If...

Reading the library's code, the current implementation of `Table.Row` doesn't allow a `className` to be provided to the cells specifically. In this case I believe you would achieve what you...

As someone that just started to get familiar with the code base, my opinion is that would be better if it was consistent, so your solution @benjitrosch of rewriting the...

Yes, if you need to use `Item` you need to use it was `Stats.Stat.Item`. The storybook is giving the incorrect example since it isn't using the library on how it...