ondave
ondave
There is a problem with the model treatment of the pre-defined drifting settings for floating objects. In an oscillating wind, a cluster of elements will expand and then contact again....
If dask.read_csv specific csv_kwarg's are used, the driver fails: ``` import yaml import intake import pandas as pd catalog=""" sources: badcsv: driver: csv args: urlpath: "test.csv" csv_kwargs: assume_missing: True """...
Running the example in the docs: https://hookstate.js.org/docs/extensions-broadcasted/ Browser console error: DOMException: Failed to execute 'postMessage' on 'BroadcastChannel': [object Array] could not be cloned.
Any reason not to add a prop setter for the active state?. Then you can do something like this in response to interacting with the stepper directly: ``` @callback( Output("my-text-element",...
Thanks for this useful library, I just have a comment about the docs. Maybe its just me, but I find it really hard to discriminate some of the upper/lowercase characters...
When using a text mark with theta ordinal encoding, the values get wrapped back onto the start rather than distributed evenly around the circle. Example: ``` { "data":{ "values":[ {"quadrant":"N"},...
It does not appear to be possible to set a scalar 'array'. The zarr specification does apparently allow this with shape=[] and the read case is handled in https://github.com/manzt/zarrita.js/blob/main/packages/indexing/src/get.ts with...
Cookbook docs out of date? Args for zarr.create are different from @zarrita/core docs. https://zarrita.dev/cookbook.html#create-an-array ``` import * as zarr from "zarrita"; import { FileSystemStore } from "@zarrita/storage"; const store =...
### Description The latest pydeck version on pypi (0.9.1) does not have the latest frontend version: DECKGL_SEMVER = "~9.0.*" This does not correspond to the version here: https://github.com/visgl/deck.gl/blob/4a62cd82e5a047e2255dde729eaebe373b961775/bindings/pydeck/pydeck/frontend_semver.py#L1 So not...