Dominik Moritz

Results 392 issues of Dominik Moritz

* DuckDB server written in Rust. * Supports http/1, http/2, and websockets. * Caching and bundling support. * Fixes bundle logic in demo page. * Rewrite priority queue as a...

E.g. in this chart, we could show the values on each bar. For small bars, the label should be outside and for large bars the labels should be on the...

HTTP2 is more efficient than HTTP1 and well supported by browsers.

enhancement

I found that for very large datasets where index creation takes a few seconds, it can be better to only activate a selection on click instead of hover.

on hold

I tried the new releases but get an error. ``` > csv2arrow data/simple.csv -n Schema: { "fields": [ { "name": "a", "data_type": "Int64", "nullable": true, "dict_id": 0, "dict_is_ordered": false, "metadata":...

bug

See https://github.com/domoritz/json2parquet/issues/99 by @cardi

bug

When there is only one unique value, we should improve the display to just show that or at least center the stats and improve the summary.

feature

We could sort the columns similar to rill developer or use the order in the data frame. I can see value in either but maybe slightly prefer sorting.

feature

https://vega.github.io/vega/docs/api/view/#view_removeDataListener. These are useful to remove a listener when it's not needed anymore.

enhancement

In https://github.com/vegafusion/vegafusion/blob/010718b700ad80394edb76a84f03d552c8e24deb/python/vegafusion-jupyter/src/widget.ts#L223, you could use https://github.com/vega/schema/tree/parser, which is the official Vega schema URL parser.

enhancement