Dominik Moritz
Dominik Moritz
Thanks for the issue. To debug this, I suggest inlining The types. Then use the debugger to get a stack trace and see where the error is thrown. Yes, I'm...
Jupyterlab has Vega built in via mime types so you don't need this extension to render charts. I have not tested in for widgets in jupyterlab.
I don't have any experience with that. If you find some good resources or have insights, please share them here.
We don't actively maintain datalib anymore (functionality is now provided by Vega dataflow and transforms). Having said that, we would be delighted to review pull requests.
This would enable something like https://github.com/domoritz/streamlit-vega-lite
What's an example of a json that is valid with one but not the other?
I see. Thank you for the example. Do you plan to help fix this issue? I won't have cycles myself.
Looks like we are not recursively merging key types here. Good catch. Do you want to take a stab at a pull request?
Basically, the library consists of a parser stage and then a generator stage. One starting point could be the intersection node parser https://github.com/vega/ts-json-schema-generator/blob/next/src/NodeParser/IntersectionNodeParser.ts. What I would do is create a...
Nice find. Of course I don't remember what I was thinking two years ago. I think I was fixing something around enums. Let's try bringing the deep merge logic back.