Rob Moore
Rob Moore
Need to ~create a decent mock interface for S3~ (use minio) and a way of interacting with the cli in tests and then I can test the main interface.
Doesn't work with an absolute url, or while using `ll` on any directory which isn't essentially `.`
They appear in ls results as prefixes and can be tab-completed, but because they're not keys and don't have any prefixes or keys under them, `ls` returns nothing on them...
e.g. `ls 2024*`, `rm *-{id}`, etc.
There is unusual frontend behaviour when trying to edit the metadata parameters for a database: e.g. if I type `{}` it clears all text from the field. If I type...
Hi, I've been following the documentation and noticed that aliases are specifically said to be supported, but I'm not able to get either `alias` or `AliasChoices` working with `pydantic_xml`. Here's...