-
### Describe the bug
When starting langfuse on a self-hosted environment with two replicas, I get a deadlock on database initialization. According to the documentation, it should be possible to sel…
-
### Describe the Bug
When you remove a field that has previously had `localized: true` and a value in the database, the front-end breaks.
### Link to the code that reproduces this issue
https://git…
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
Brand new Rocky Linux 9.4 serve…
-
### Is it a bug?
- [X] I know this is an issue with the app, and contacting Mullvad support is not relevant.
### I have checked if others have reported this already
- [X] I have checked the i…
-
### Description of the issue
I was trying to run the repo locally on my machine.
I am unable login into the ws1 workspace with user1 credentials. It gives an error "account not found" when trying…
-
### Description
The upgrade of some of our charms (`sdcore-amf-k8s`, `sdcore-ms-k8s`, `sdcore-pcf-k8s`) requires a relation to be removed before refreshing the charm.
The provider correctly tries to…
-
Would you ever consider integrating git SCM (or a GitHub integration)?
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
DROP DATABASE IF EXISTS db0;
CREATE DATABASE db0;
USE db0;…
-
Whenever we write to the database and then to git in some way or another, we should make sure to write to the database in a transaction, wait for the git command to succeed, and only then commit to th…
-
### 1. Minimal reproduce step (Required)
```sql
select
(case when false then 0 else 18446744071569971956 end),
cast(18446744071569971956 as signed),
cast((case when false then 0 else 184467440715…