Dominik Moritz
Dominik Moritz
@nyurik We had this discussion many times. I only want to support more languages if we don't cause confusion with the docs(excludes yaml) and supports autocomplete in the editor (which...
It would be good if we could use validator with better error messages. Right now, we use AJV and the error messages are not very helpful in most cases (https://github.com/vega/editor/issues/643)
Maybe a simple option would be to just read the error messages from Monaco and get rid of ajv.
We don't want the exact design but the idea. Feel free to adapt as it makes sense.
Awesome. Thank you ❤️
I don't think it is. We call `compile` in the preprocessor in https://github.com/vega/vega-embed/pull/732/files#diff-b0761852e43b4566f7d72f8bc18bc1a7fd5db43c5ad1d9dfcc4529afe86d0174R108. But we are not passing the logger in (docs at https://vega.github.io/vega-lite/usage/compile.html#javascript). Could you update the code to...
@challet can you finish up the pull request?
Thank you. Can you make sure the test pass?
Ping @challet
I like this idea. Would you be able to send a pull request?