Dan Allan

Results 394 issues of Dan Allan

- [x] Remove `tiled/client/_async_bridge.py`, a temporary hack that runs the `httpx.AsyncClient` on a thread to make ASGI work. - [x] Rework the refresh flow code to httpx's [sans I/O mechanism...

Closes #283 - [ ] This needs a rebase. It was branched off of #346 part way through. - [ ] What to do about the React UI? The API...

We've known for a couple weeks about a clear memory leak in Tiled. I don't have a simple reproducible example to recreate it, and my initial attempts to write one...

A QR code for UI links could be a convenient way to share data in a presentation.

Use shot-scraper to take screenshots. https://pypi.org/project/shot-scraper/

Some servers will want to impose restriction on `specs`, such as: 1. Only specs for which we have a validator may be used. (The validator could be light, or even...

A license could be recorded _now_ as metadata, but this issue proposes to make a separate first-class entity in Tiled that is separately exposed in the API. It should be...

Draw inspiration from https://docs.dask.org/en/latest/setup/prometheus.html. Exposing `gc` metrics in particular seems a good idea.

@EliotGann has got Igor reading data directly out of Tiled (without going through files). This would make a nice guide because: * It's another nice general proof of principle that...

documentation

Unlike array and dataframe we do not generally know the byte size up front. We work this in two ways: 1. Try an optional `est_nbytes()` method that Adapters MAY implement...

security