Jolan Rensen
Jolan Rensen
`outputs.upToDateWhen { preprocessMain.outcomingFiles.files.isEmpty() }` is now my go to. Incremental build support for Gradle might actually be nice to speed up JCP builds!
Are you running the notebook in trusted mode?
https://github.com/instructure/swagger-codegen-kotlin-retrofit-coroutines or https://github.com/swagger-api/swagger-codegen maybe something like this might help. Although I think this builds an entire library which might be a bit overkill. From https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v3.0/ it generates: [kotlin-client-client-generated.zip](https://github.com/Kotlin/dataframe/files/9280360/kotlin-client-client-generated.zip) petstore.yaml Alternatively:...
https://openapi-generator.tech/docs/generators/kotlin might actually be cool if this could be extended with dataframes as optional output type option. I'll try and see if I can create a template to generate DataSchema's
might be easier to use our own json data inference, using openapi for help. A generator might be too advanced, just a library that can understand openapi might already suffice,...
 So as it turns out, an empty json array is turned into an empty dataframe, while a non empty json array is turned into a normal list. Kinda odd...
Right, yeah that's different. Probably easier, as the JVM already offers threading. However, while you can do some Javafx stuff in browsers, I think JavaScript is still faster and better...
@asm0dey It's nowhere near finished though. I'm having second thoughts about the scale of the standard library though. Maybe it's a bit too much to add everything for Spark and...
@asm0dey Yes, but I haven't had time to try it in the project here yet, especially since the GH actions approach works so well now
hmm maybe, but not by much. Only if you want to quickly test a couple of versions locally it would help. There would be no difference with GH actions, since...