Stɑrry Shivɑm

Results 24 comments of Stɑrry Shivɑm

Not abusive at all XD, ig ability to have some notes attached with goals is good idea aswell, maybe we can show notes when user clicks on (i) button where...

Hmm ig that's actually a nice idea, after bit of thinking I've realised, there have been times when you're saving up for something but you don't have any certain deadline...

Hi, first of all thanks for your feedback, tbh this is not really a "bug" since it doesn't mention anywhere that it works with MySQL too though having support for...

```python loop = asyncio.new_event_loop() asyncio.set_event_loop(loop) loop.run_until_complete(main()) ``` Should fix that. It happens cause `asyncio` couldn't get active event loop on main thread for some reason.

> Not that i understand reasoning why it > doesn't work Ig you might be using python3.10, in py10 default event loop is being removed from main thread, right now...

> I understand some icons are purposefully different to add style (ex. the Navbar icons), let me know how you feel about those. I'll test the look and feel of...

Hi! I was about to create a similar issue before I stumbled upon this. I can work on adding this if you want :)

> I am looking for something similar, consider my usecase below. I am using compose for desktop. > > ```kotlin > BaseLayout( // Composable helper function that creates my base...