Joel Wong

Results 6 comments of Joel Wong

This issue also affects dask distributed when trying to start a LocalCluster (tested on hy 0.17.0+78.g645d2e0) ``` (import [dask.distributed [Client LocalCluster wait]]) (defmain [&rest args] (print "Start") (setv cluster (LocalCluster))...

Thanks for the explanation. That makes sense - So Multidataset is not currently intended to be a fully compatible drop-in replacement for torch.utils.data.DataLoader, but it rather provides an alternative that...

As far as I understand, the biggest difference is that snakeyaml supports YAML 1.1, whereas snakeyaml-engine supports YAML 1.2. My usecases of YAML all involve very simple YAML files, so...

When I try to load https://vega.github.io/editor/#/gist/vega-lite/metasoarous/87a5621b0dbec648b2b54f68b3354c3a/e1d471b5a5619a1f6f94e38b2673feff15056146/vega-viz.json , all I see is the last thing I opened in the vega editor, so perhaps there is a problem with the editor, or...

(This is using metasoarous/oz {:mvn/version "1.6.0-alpha15"}) I have managed to get the vega-lite magic for doing this to work by manually modifying the containing div in the browser, but I'm...

It seems reasonable enough to have the div set to `width: 100%` by default when viewing a single plot, since you still have to opt-in to the responsive plot render...