Dominik Moritz

Results 392 issues of Dominik Moritz

For example, http://shortdoi.org/10.1145/3025453.3025456 shows that the shorter DOI is 10/b7jt but it fails at http://www.doi2bib.org/#/doi/10/b7jt

The [HOLA paper](http://marvl.infotech.monash.edu/~dwyer/papers/hola2015.pdf) mentions that the [Human like Orthogonal Layout Algorithm](https://github.com/skieffer/hola) will be ported to C++ and added to Adaptagrams. For now, we can use the python implementation but I...

I'd like to see whether to-vega could be a recommended way to write Vega-Lite in JS. To recommend it fully, we need to make sure that it is a) stable...

Right now, marks (e.g. bar) and encodings (e.g. x) are in the same namespace. I think it would be good to separate them like in Altair.

Closes #1, closes #5, closes #6 It would be sweet if you could update your example notebooks as well. Check out https://beta.observablehq.com/@domoritz/hello-vega-embed for a demo of Vega-Embed.

Using https://github.com/vega/vega-tooltip. Depends on #1.

The next version of Vega will support resize handlers: https://github.com/vega/vega-view/pull/18. These can be used to automatically resize the cell when the Vega view resizes.

https://github.com/observablehq/stdlib/blob/6058924f39cb437cf627e5621d493846ebcf6ec7/src/duckdb.js#L58 introduces a copy that may not be needed. As soon as Arrow is supported as an output format, it would be good to remove this call.

A new Data Table Cell automatically slices the data to [0,100]. However, I find this behavior problematic since it's not very obvious to a newcomer and they can think that...

Feature Request
Notebook
Data Access