Aish

Results 29 comments of Aish

I'd say this is the most common deployment type (i.e. Spark being provided by the container) for businesses.

Interesting one. Yeah I can't find an easy way to express this yet either. Problem is that the Trellis stuff we have (`encodeRow`, `encodeColumn`) subsets the data as well. I...

Might be related, not sure yet. Do you have some code that reproduces it?

Yes, not finding any time to work on this project unfortunately ;( Oshikiri, if you like I've can add you as a co-maintainer. I see you've been doing a lot...

Waiting for vega-lite release.

Not sure if really required. Currently we're just letting the user pass in a String, but I see in the Json Spec that there's a lot of specialized sub-classes. Needs...

One example (R's bindings for Vega-lite). https://rud.is/projects/vegalite01.html

We could possibly generate examples too. [Fixture](https://github.com/aishfenton/Vegas/blob/macro-spec/core/src/test/scala/vegas/fixtures/BasicPlots.scala) has the start of them common examples being sketched out. Currently I'm using them for testing, but we could also embed them in...

New plan: Use notebooks. Changed description to reflect that.

Hmm, taking a look. I'm currently using an undocumented part of the JavaFX (but should still work) to run the unit tests, but I'll find another way since it's causing...