Sam Keene

Results 44 comments of Sam Keene

No problem. Feel free to ask anything else - if I can answer I will :)

> * What is the difference between Run from Intellij and Run from Gradle and why nothing is displayed when I clicked Run(from Intellij)? Are you sure you're actually running...

>When I clicked MainKt, it gives a lot of debug error Can you post the errors?

I cannot seem to reproduce this. In everything I tried when deleting the contents of the textfield the value of `temp` becomes `null`, not `0.0`.

So this does seem to be a bug, and it seems to be introduced by kotlin [1.4.0-rc](https://openbase.com/js/kotlin/versions#1.4.0-M2). If you downgrade below that to 1.3.72 you will get what I assume...

Please post a minimal runnable example.

Also would be great if the developers could provide even a rough timeline/roadmap for an official 1.0 release.

+1 The team does seem to be aiming for a 1.0.0 release this year according to their 2024 blog: https://tabler.io/blog/new-year-new-goals Although this blog posts describes a level of communication between...

> I agree with the sentiment, I think that many people are eager to contribute to this repository, but the work to be done is undefined. I think the thumbs...

Looks like something someone did when playing with the API. It can probably be removed. Best to [remove uncommented code](https://kentcdodds.com/blog/please-dont-commit-commented-out-code) where we can.