aleferna12
aleferna12
Weird... tornadofx version - 1.7.20 kotlin version - 1.4.0 Full working example: ``` class MainView : View("Hello TornadoFX") { var person = Person() val model = PersonModel(person) override val root...
Ok, thank you very much for the update :)
I agree, @forward is very useful and it would be nice to skip the Lazy dependency
Ill be glad to fork the repo and work on it then! In which submodule would this feature fit best, @wasade? Maybe a new one should be created for it...
> @aleferna12 that's wonderful, thank you so much! How does `skbio.db` sound? Sounds good to me. I'll update this tread once the fork is ready to be merged then
So, I've been working on this and the code is mostly complete and already functional. However, there are a few things I'm indecisive about and would like some input on...
Nice! I agree. I think that to avoid confusion it would be best to default parameters to `None` unless they are explicitly defined in the API. I'll make sure to...
Hey! How are we going to deploy tests for this module? I currently have basic tests that compare the request url resulting from a function call to an expected url...
Hey, sorry to bother again. Ive resumed working on this issue and just want to confirm that the tests I have developed are significant since I didnt have much prior...
Hey! Sorry that I haven't updated this in a while. I submitted the pull request just now, if anything needs revisions let me know.