Traxx

Results 25 comments of Traxx

> does anyone have a solution without mui? preferably react and taildwind? This https://github.com/recharts/recharts/issues/478#issuecomment-1413710756

That's what I settled for eventually but I wanted to get it working from scratch. Anyhow, with the conflict being present, I'd guess something is broken anyway, that's why I...

I'd maybe go in a slightly different direction - custom color schemes. I'm thinking about something like ``` AutoUpdater.Colors.Background = Color.Black; AutoUpdater.Colors.Text = Color.White; AutoUpdater.Accent = Color.AliceBlue; ``` This would...

**Especially** `Omit` I miss the most. Utility types are one of TS's greatest features and this project would benefit greatly from including them.

Same, tried up to 4 versions downgrade, didn't help

> This is not a bug in the `ipatool` I experience the same failure in a tool that I develop, looks like something changed in the purchase endpoint of the...

I implore you, please look into this. Ipatool seems to be the only way to get apps on very old devices (apparently, if you already have an app on your...

@idea-christian that fits the docs *for session-based replication*. The other example in the docs is what I was talking about; that didn't work for me.

@idea-christian I just tried the session-based replication example from the docs (didn't work) and then dropped in your configuration and it *does* work for me. I see 2 issues: -...

After too much experimentation I could determine that `fontFamily` is not applied (or the font not actually loaded) if the font is only used in a conditional render callback. Example:...