Aish
Aish
Are there plans for supporting interop between Scala-JVM and Scala-Native (i.e. calling ScalaNative from within a Scala-JVM app). If so, it'd be helpful to get an idea of what the...
We have 14/95 currently. Question: - Worth doing them all? I think yes.. maybe? If we look at them as integration tests, then good to have that much coverage. -...
Sometimes window renderer comes up with a blank window. Needs more work in general on lifecycle of window. Not sure if it's done right.
The following isn't in all versions of JavaFX, need to find a new way to check unit test result. `import com.sun.javafx.webkit.WebConsoleListener` One possibility, check document content to make sure canvas...
Update Flink support to be inline with Spark (which we recently changed import name for). New import will be: ``` scala import vegas.flinkExt._ ``` PS. FYI @ASRagab.
Upstream issue in Vega-lite: https://github.com/vega/vega-lite/issues/1563 (CC @datamusing)
Order and Path are currently missing as encode options. They're also not documented in the vega-lite site so far, so not sure of their purpose. Lets not add them yet,...
- [ ] Investigate CSS + nbconvert. Make sure it looks nice, and we can link between pages? (Sudeep) - [ ] Integrate into sbt build (Aish) - [ ]...