Dan Allan
Dan Allan
This episode is evidence that maybe it would be better not to cache it....
Thanks. I think I'll pull back on the amount of caching here.
Kicking this to v2. Not 100% sure what the right move is, so we'll leave it alone for now.
```py class Node(Timestamped, Base): """ This describes a single Node and sometimes inlines descriptions of all its children. """ __tablename__ = "nodes" # This id is internal, never exposed to...
Latest thought: drop `data_uri` from `DataSource` and rely on `Assets` for this. Some `DataSource` will have one `Asset` and some will have many.
This is going to take some time to get right, and I think we need stable /v1 routes before then. I am removing this from that label. It may in...
Most of this landed in #445. The remainder will be covered by #451. There are some useful ideas in here for #451 so I will leave this open.
I think everything from this has been captured. Closing.
I'm going to remove this from the v0.1.0 milestone. The UI currently fails gracefully, as shown in the screenshot in my original comment above. This does not need to block...
I think there is a clear path to doing this in a backward-compatible way, so I have removed it from the v0.1.0 milestone.