Dan Allan

Results 758 comments of Dan Allan

I know I had some discussions about "committed/complete" with @tacaswell and @dylanmcreynolds (separately) months ago but I think the idea was never captured in writing. Added here: https://github.com/bluesky/tiled/issues/386

Related, an overview of various "real-time" client-server communication modes: https://rxdb.info/articles/websockets-sse-polling-webrtc-webtransport.html

Hey @martinb, I remember Peter mentioning this but I completely missed this GH Issue when it landed. I've got the tab open now, will follow up or delegate someone to...

For test failures, it looks like you are missing an import: ```py engine = create_async_engine( > uri, echo=echo, json_serializer=json_serializer, poolclass=AsyncAdaptedQueuePool ) E NameError: name 'AsyncAdaptedQueuePool' is not defined ``` For...

I see some pytest failures. They look related but it is not immediately obvious to me what broke.

The test failures arose from trying to use a pool with an in-memory (`:memory:`) SQLite database. Making the pool conditional resolved the problem in a commit pushed above. With this...

I should of course have tagged @taxe10 as well. (I think I opened a new tab to go check my recollection of her GH username and lost my train of...

Notes from discussion today: * When Awkward arrays are uploaded via HTTP, a good storage format is directory-of-buffers, where the filename is the form key. This enables a future enhancement...

This is well begun and released in v0.1.0a107, but there are some interesting ideas above I want to address or capture in separate GH issues before closing this.

This may be of interest to @taxe10.