Joseph Henrich

Results 5 issues of Joseph Henrich

According to https://osctrl.net/components/backend/ it wouldn't be much work to support backends other than postgres. I'd love to see mysql support as that's what my database admins support.

✨ enhancement
backend

* Date you used flake8-return: Oct 25th 2022 * flake8-return version used, if any: 1.1.3 * Python version, if any: 3.10.7 * Operating System: Linux ### Description I have a...

bug

I'd love to see timelines get imported into Foundry. I'm thinking something along the lines of: * The main entry is just a standard section with text * Each era...

enhancement

:wave: The activity API requires an 'object_type' parameter ('item`, `note` or `project`) in order to query by `object_id`. I was able to get everything work by making the call with...

enhancement

When you have a dependency configured like `"name @ {root:uri}/vendor/name.1.zip"` the requirements.txt file will have the full path like `file:///home/user/code/project/vendor/name.1.zip`. Everything works when another person runs it on another machine,...