Mona
Mona
After investigating further I found references to the underlying issue (Zaid-Ajaj/Feliz#320, elmish/elmish#60) with the proposed solution of using valueOrDefault. For Mui we would need the same but it has to...
You need to be careful about the license of these. Do you know what the license is of these icons? (couldn't find it out)
What functionality would that custom menu provide?
Some kind of power off seems to be already implemented: ``` const powerOffAnimation = keyframes` 0% { filter: brightness(1) grayscale(0); } 30% { filter: brightness(1) grayscale(0); } 100% { filter:...
Yes I know. I haven't found out yet by looking through the code where it would need to be added.
I suggest something like this but for XP: https://screen.now.sh/win10-crash
Nice first version! Not sure if you're aware of this but it would be great if the buttons were raised a bit and that you can see them being pressed...
Also stumbled over this inconsistency. It would be nice if the value in .Value can just be empty and not null.
I'd totally agree with you if this really only was "leads to badly formatted result" and I wouldn't say that a good name of a test is bad code. In...
Thanks. Flipping it to true will cause all other computation expressions (async, task etc.) to also be on a new line. For now the pragmatic solution for this case seems...