Dominik Moritz
Dominik Moritz
@jheer @arvind there seems to be a range condition for selection initialization. Vega initializes the signals mostly right (before the first render) but the dependent datasets (for selection testing) are...
@arthurfiorette could you take a look at this?
We don't use the next branch anymore since it was used for an outdated release process. We don'e ever use it again. Does that help with fixing snakemake? I don't...
Thanks for the in-depth explanation. I can temporarily reinstate the next branch, but it would be good for snakemake to update all references from next to be to main instead....
I restored next for now in https://github.com/vega/vega-embed/tree/next but plan to delete it again in a few months. I understand the difficulties of updating dependencies in complex environments.
Looks like you may have outdated libraries. There are not enough details to repro but please update all your tooling and see whether it fixes your build.
Update your compilers and dev tooling as well.
We should do this incrementally and could start with Vega utils since it already has type declarations. I originally did this a while ago but it's a good time to...
So far, we treat unknown as `{}` in the generation which is the same as for AnyType. Without having tested it carefully, option A could make sense if it's a...
B still sounds the most reasonable to me. Maybe you could do a time boxed exploration to see what it would take and otherwise send a pull request for A...