Daniel Bingham
Daniel Bingham
So, I'll preface this with the disclaimer that I haven't read the whole thread, but I'm a Devops Lead at a startup that currently uses Jenkins, and I've been keeping...
@Skarlso If you can define the configuration of the Gaia instance completely in terraform, and spin it up from the repository, that would absolutely solve my use case. We're working...
I ran into this as well. It's present in the `v1.5.0` release. The problem is a .gitignore file in the `db/postgres-data` directory. You can see in the postgres container logs...
Guide for building react kanbans: https://marmelab.com/blog/2023/07/28/create-a-kanban-board-in-react-admin.html
We might be able to use this to get it done quickly: https://www.material-react-table.com/
We should also add an abstract field. Question: To version or not to version?
Status: Pulled PaperVersion off of Paper so that it can have its own permissions structure. It now has its own DAO, Controller, and State. This means that anywhere we reference...
There are any number of optimizations we could make with this one. I think the highest priorities are: - [ ] Pass IDs around, not objects. IDs can be used...
This seems to have been fixed at some point. I can no longer reproduce it and the `patchUser` endpoint is returning the complete User object rather than the cleaned up.
Recently reproduced this while regression testing.