Trevor Manz
Trevor Manz
> Setting max tile requests per server is a good idea. It should either support wildcards Thinking regexes or something more simple? > Do you know if 2 is feasible?...
@alexpreynolds @pkerpedjiev . Don't think I'm the one who can push this PR forward. I was able to apply the changes on top of #1236 #1237. However, I'm noticing an...
I’d rather avoid content sniffing. It opens up a lot of complexity and edge cases. An explicit "format" query parameter, which clearly defines how the URL should be interpreted, feels...
This request has come up a few times previously. I think it's within scope and something we'd like to support in the long term (an API for composing anywidgets within...
This for the detailed issue report. I'm curious if this might have been fixed by #804, and will try to find time to investigate more closelly.
Thanks for the ping. If I were starting again, I'd seriously consider using [msgspec](https://jcristharif.com/msgspec/) from @jcrist to build the API layer upon. The separation of encoding/decoding from the base classes...
Full disclosure, I've been wanting to move toward msgspec for having widget developers define widgets as well. (Will be some time from now to really experiment with those changes as...
> What makes mosaic schema simpler? Sorry, I haven't taken a close look at the spec package... but the thing that makes spec generation "hard" IMO in Altair/Gosling is that...
> The ts types are being used. Ah sorry, I wasn't aware. I'd need to explore more to find whats out there. Ideally you could generate typed Python dataclass-like things...
Hi there, I am able to reproduce. I'm not sure this is something we can resolve in the experimental API. I'm not sure why, but it seems like the global...