Siddharth Bisht
Siddharth Bisht
@dubesar not sure I just implemented my own system. You can always implement your own user where username does not needs to be unique but not sure if that is...
Its not working since I used it last in December or something I don't think devs are trying to rectify the problem Edit: For me rotation too does not work
Yes really Documentation needs some improvement. After reading for 5 minutes I still don't get what does your package do? You have made an example but if I had to...
One way around this problem is to pass an empty callback function to the Switch and then wrap that Switch with a div element. Then pass onTap/onClick callback function to...
@markusenglund Interestingly the simple code I wrote in the sandbox works. I will check my full code and will update it here later when I get time. Edit - Well...
@karb94 Were you able to fix this? I am having the same problem (I am on windows tho) Edit: It does not work on my linux system either
Facing the same issue. On checking the logs, I observed that this is being [logged](https://github.com/iSoron/uhabits/blob/fc9cc423d06c9c83ee14dc9ae4bdeb0781a93a5c/uhabits-core/src/jvmMain/java/org/isoron/uhabits/core/ui/NotificationTray.kt#L127). My guess is somehow [this function ](https://github.com/iSoron/uhabits/blob/fc9cc423d06c9c83ee14dc9ae4bdeb0781a93a5c/uhabits-core/src/jvmMain/java/org/isoron/uhabits/core/models/Habit.kt#L58) is sending completed signal for "at most" habits...