-
Unfortunately I am not able to start the app. Following problems occur:
./init_db.sh -iu -> bash: ./init_db.sh: Permission denied
sudo ./init_db.sh -iu -> sudo: ./init_db.sh: command not found
su…
-
Hello! and thank you for packaging the app for younohost. As per title, I installed Forgejo on my VPS, I then removed it and tried to reinstall it after a while. But I get an error during the installa…
-
Supporting 'callback' dependencies and outputs (for lack of a better term) would enable a number of interesting possibilities for using DVC to control processes that store data outside of DVC's file a…
-
We should catch and return a pg error in the case we are unable to parse/read params in `xtify-param`
-
* **asyncpg version**: 0.20.1
* **Cockroachdb version**: v20.1.0 (connected to a 5-node on premise cluster)
* **Python version**: 3.8.0
* **Platform**: Linux
* **Do you use pgbouncer?**: No
* **D…
-
I've recently written a macro tool for conveniently capturing query parameters as part of a private project. I've found it handy, so I wondered whether people would be interested in having this as par…
-
Submitted by: @sim1984
Jira\_subtask\_outward [CORE4317](https://github.com/FirebirdSQL/firebird/issues?q=CORE4317+in%3Atitle)
Relate to [CORE4317](https://github.com/FirebirdSQL/firebird/issues?q=CO…
-
In my Python-code (with sqlalchemy and psycopg2), I have queries like:
```sql
INSERT INTO my_table(title, isbn, copy_nr)
VALUES(:title, :isbn, 1)
```
the parts `:title` and `:isbn` are parame…
-
I have this enum
```swift
enum Permission: String, PostgreSQLEnum, PostgreSQLMigration {
...
case asset_create = "asset:create"
case asset_delete = "asset:delete"
case asset_read…
-
- On Network loss against the master, Leader, and Follower both will become master role.
- On doing `postgres` container kill for a couple of seconds pods are getting stuck to
master/slave it…