Christopher Small

Results 195 issues of Christopher Small

This issue is being peeled off from #95; Now that #167 has been resolved, it _is_ possible to stream data into the visualization via the vega `view` API, using the...

~~As in~~ Similar to ~~`onSignalXXX`~~ hooks of [react-vega](https://github.com/kristw/react-vega). This means getting into some of vega's stateful bits, so may be a nice opportunity to look at dataflow in and out,...

See #119 It would be nice if Oz users could use quotes list sexprs to represent their calculations and filters (etc?) instead of having to write psuedo-JS strings. This _may_...

Setting `:template-fn` _does_ seem to do the right thing on first execution of `build!`. However, _changing_ `:template-fn` on subsequent executions does not seem to have the desired effect. This may...

This can probably be added to the babashka script for adding scope-provided deps to the pom.

Looks like there's a client api for http://vega.github.io/voyager/: https://github.com/vega/voyager/ We could add a `voyager` component, and corresponding to `oz/voyage!` REPL command which would bring up the Voyager explorer tool for...

At first I was happy to require darkstar as a dependency, but I've realized that it makes sense for `vega-*` version consistency within Oz for us to try moving it...

This [came in on Zulip](https://clojurians.zulipchat.com/#narrow/stream/151924-data-science/topic/oz/near/215408560) from @mchampine: > I have been attempting to use oz for a client-side Reagent component as mentioned in the oz Readme. I created a reagent...

Over in #129, we discovered some issues with newer JVM versions in relation to WSL. Seems like @genmeblog was able to work through it, based on suggestions here: https://stackoverflow.com/questions/57885828/netty-cannot-access-class-jdk-internal-misc-unsafe Specifically,...

Would be nice to be able to specify `:pretty true` when publishing so gist specs are easier to look at.

good first issue