Dominik Moritz
Dominik Moritz
We need a minimal example. It looks like the problem goes away when I remove the selection: [Open the Chart in the Vega Editor](https://vega.github.io/editor/#/url/vega-lite/N4IgJAzgxgFgpgWwIYgFwhgF0wBwqgegIDc4BzJAOjIEtMYBXAI0poHsDp5kTykBaADZ04JAGyUAjJQAMlAFYQ2AOxAAaEFBUAzGmTSgmSAE4GQbHEih0AnmjliArAF8NxGnADuZrcsw1lBjYGCAAJOD0sNABmGRkNX39A4IgAdRoAE3oYuOdXEAykTCQIOEwIM0Li-klo7UdtJgAOABYkBpkAJhkmuCbHTsaZRxHYkckMzrQAbVBYJGVlOEE0ECQMzzZjDIqNJQZjKDhVmCRBNnUQYuMyMtWkZAAvFUviM4Zj1Ek4mVc508Wy3uGy2O0u+0OnxARlKl2ut0w9yeLzc70+jlyan+CyWK3Q2iscCYbDYAGtwcFISczhcNPC7ugHkhnqpUYIPmgAJyY7GAvEgAlHYlkikHI6rGHHOkmBFI5kokBvdmfFo8zQA3FylmiqnoU7nOEyhlrZGsxVotAAdjV8z5WoVEPF6ElhpuxqZ2rZHNQqt+WPVOKB6BwAUwcGMcAgiL2lKdGBprtljNNrwtqCaNo1QZAIb84cj0ZAjqhLulbsRyflZqV3oxft5msZOBw53cZuL1INZaTJqrqeVaDEmcD-KQzdbAR1cdLVyNFd7nvNA9Q3XrAbtjJB212RdjUP1tNn5dWEBgFho2jsXs+Q7Xtsbay3YJjYpLJSlR57p-Pl-73tid5ZvygpEiS5Ivrq8Zdp+xrfiGv7XmgdZ-OuD4gcK4G7q+ErvomsFnvBV5Lt6nQYih97Zh6Dp7p2h70vOcEXkRNYqsOG4LtR2HOrh3b4T+zFpqu5FAasuZhhGUZTvuCa8QxBFMX+nxCf6FH8mJ+aSRB048TBcn8YpaDfIBI73OObBtlJtF4XphEGagAHCSZTYtuZk5aW+sKySe8kIcRnySGRAC6GhVAITCSJaSABZI2hNEgMhMNonRIJyjiWnAnSSEgTAyHASBNHFcAZEwMygBGpCBKxcTuVZXmVouAAeAD6gQIOGNBQGgpEoeVcCVV1Pw1dxnm6faZrNa17WdSuLj+r1-UroNWGQQe1nefpGgTQwbXGB1VqzWVcAVd6RnxMt2kjfR622ZtLXbVN+3OIF+TEL4UBFKVBRFCgqCgMoDxQqFNR1A0zRtB03S9P0gw5SMjhjI4ExTPk8CRBWq4aIISA2OGn19VoGQBPov2aGw5ymCTujLBkJ40Xs72CJ8oAZGwyCTqg0xQYeLrBSAxgLLcMwgAAxPU-SSE0lzCy0UCWnFkvPXSNg4FCyiswEZwgPkGRlEgNB4qAVOCDT6BXUrKurGrCAays+SgrjlMeMbtPYTGxjziURzKITyj6Obqvq-9tubWYSANTQFSoIEgiCBoRsm6hQJu-O-BEZgysB9bQdaxodgk2HEdmNoWzIPOYBqLI2g5wKTsJyxcJ0IzaDR7HVwZ6sACODALP4xT+KQWv5MgxjkiTWjGEsxgAErrDQIRIXSJKCP4OBoJgxgfP7OGmBoniZNk9m-E9u-7zAaC+ihoVmP9bWrED4WRdFsXxYlyWpelmXZbl+WFcV1eo2QKIi0zr4zYD7YmcwyZbCLrXF2VJMbkD6ibUAEAbAIGJIIAA8pYaw6d7CUCcPkaAZwmYFFZnrVQHMuaXB5hofmvtPic1Fo4cWksNDS1lvLEAis24W3QFbG21cdbFH1jA6mqwza8MzoIu22wHaG1gegDsyd7jQCQUTOE7d+GB01vkBqodw6RxbnHRRIAto7T2vTEhlRyHs2mPEIyPD058JAF3HudAig0AHvkPOoAkBkDIBGCgYYTzbUuAXSOhsS4fXQOXSuDdMBNyjgwGO+R46rHmhyLe6A3F+A8f3Y4eQNDD1HqATAS8V5rw3nAbJ0ITCXD3lkM+h8EhbEnjPQm89UCzRAI0g+F9npAA).
I have this issue as well. I have a repo with multiple packages and the caching breaks publishing for me. I can't figure out how to make hatch use different...
How's this one going?
Another inspiration: https://github.com/cmudig/AutoProfiler which is based on some designs from https://www.rilldata.com.
@JessamineQ is working on this in https://github.com/cmudig/mosaic-profiler.
https://github.com/manzt/quak by @manzt is a really cool table with histograms and it's a profiling UI built on top of Mosaic.
I'm closing this now that https://github.com/cmudig/mosaic-profiler and https://github.com/manzt/quak exist. There is definitely space for more tools and improvements but don't need to track it here anymore.
This still doesn't seem to be correct. with this test ``` async function wait() { return new Promise(setTimeout); } describe("coordinator", () => { it("query results returned in correct order", async...
I think this needs a bit more work to be correct but also address some missing features. * support canceling queries * support limiting the number of queries sent *...
Superseded by #475.