Colum
Colum
### Issue description Went to create a resource in Seabird and then it crashed. I think this is the root cause: ``` panic: runtime error: index out of range [0]...
Add Multithreading Support to fuser. This implementation modifies `BackgroundSession` to accept a thread quantity. If this number is two or more, then n - 1 background workers will be created....
There is no clear reason as to why there is an explicit dependency on libpython3.8 or libpython3.10, and having this dependency breaks installation on Debian. This would resolve #2524 &...
I would like the ability to add arbitrary/custom metadata fields to files. The goal is to be able to create fields like: - Description (Markdown Textfield would be ideal) -...
See Title. [cyclops-ui.com](https://cyclops-ui.com/) has expired and can be purchased from GoDaddy.
I am writing a webhook handler that accepts events from Frontier and syncs the data to an external system. The problem I have encountered is that there does not seem...
I'm trying to implement oidc authentication on a server side (Rust) app with the following flow: 1. User attempts to hit endpoint 2. Middleware sees there is no valid session...
When I call /v1beta1/users/self/projects as a newly created user, I get: ```json {"code":5,"message":"project or its relations doesn't exist","details":[]} ``` This is not an error. I expect an empty list- telling...