Dominik Moritz

Results 1071 comments of Dominik Moritz

Can't wait for https://tc39.es/proposal-type-annotations/. 🙏

https://github.com/NiGhTTraX/ts-monorepo seems like a good solution to supporting typescript in a monorepo (without the need to rebuild everything to get the latest changes in downstream packages).

https://github.com/uwdata/mosaic/pull/355 gets us pretty close so I'll close this for now.

We still have a lot of places without types.

Since views work well for this. I think we also improved escaping of table names in the meantime. I'll close this for now but if you find other issues, we...

Quoting is in https://github.com/uwdata/mosaic/issues/378.

I like the idea of a more holistic approach. It would be great to also support activating a chart when the user hovers for some time rather than just on...

I'll start * mousedown * mouseenter * mouse stays for X ms * touchstart * mouse moves towards the chart (using https://github.com/mathisonian/premonish, which Matt actually implemented for Falcon)

This reminds me of another feature. I'd like to restrict the number of brushes. It would be nice to have only one brush or two brushes as then we could...