-
### 1. Minimal reproduce step (Required)
```sql
create table t1 ( c1 int primary key);
insert into t1 (c1) values (1), (2), (3), (4), (5), (6), (7), (11), (12), (13), (14), (15), (16), (17), (21), …
-
### What version of `drizzle-orm` are you using?
0.33.0
### What version of `drizzle-kit` are you using?
0.24.2
### Describe the Bug
Running `drizzle-kit push` after `drizzle-kit intros…
-
### Relevant template
refarch-backend
### Problem description (optional)
_No response_
### Desired solution
Instead of hibernate ddl-auto a real db migration tool should be added for reproducible…
-
### Description
In the previous version, the configured Outlook emails were sent normally, but after updating to the latest version, they cannot be sent.
### Gitea Version
docker image 1.…
-
### Bug Summary
```
Crash Report:
App version: 1.8.5 (1085)
Git Commit Hash: e40633fc5d79b8ade20c093a4b4f5a62bb50af24
Package name: player.phonograph.plus
Release favor: legacyStable…
-
### Description
When merging a pull request the related actions that should trigger on:
```yaml
on:
pull_request:
types: [review_requested]
```
do not start and the gitea instance thr…
-
### Description
Hello everyone,
We use Git LFS in some of our GitLab repositories.
Unfortunately, Packeton (i.e. the Docker image) does not yet support this: Instead of the expected large files (>1…
-
This is part of #1450.
Accessing the git repository in the "File Browser" view consumes most of the time. Cache the information in the database to improve performance.
-
I would like to propose that libretro consider compressing the RDB files. This would require support in libretro to read this format but that should be relatively straightforward. This would be useful…
-
### What happened?
When metrics-scraper runs `UpdateDatabase()` or `CullDatabase()` at the exact time a client is querying metrics it will receive a `database is locked (5) (SQLITE_BUSY)` error and…