-
### Qinglong version
2.17.12
### Steps to reproduce
在删除完原容器后重新执行
docker run -dit \
-v $PWD/ql/config:/ql/config \
-v $PWD/ql/log:/ql/log \
-v $PWD/ql/db:/ql/db \
-p 5700:5700 \
…
-
#### System information
Network: `mainnet`
if you are running a local node, please provide the following information:
op-node version: `op-node v0.5.1`
op-geth version: `op-geth v0.5.2`
OS & …
-
## Packages
Scylla version: `6.3.0~dev-20241110.92af373fab89` with build-id `4c528924218f19d3b703f1ca3e35df14a46dc614`
Kernel Version: `6.8.0-1017-gcp`
## Issue description
- [ ] This issue i…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Kong version (`$ kong version`)
3.6.1
### Current Behavior
Running Kong DB-setup with postgres, an…
-
Hey, Thanks for reporting issues back to Nextcloud Face Recognition. Please, try to complete this report in detail so we can help you easier. :smile:
Make sure you read all the [documentation](http…
-
**OS**: Debian GNU/Linux trixie/sid x86_64
**Kernel**: 6.11.10-x64v3-xanmod1
**GCC**: gcc (Debian 14.2.0-8) 14.2.0.
Firebird server is built with commands:
`./autogen.sh --enable-binreloc --pref…
-
```
void Start()
{
// 1. Create a connection to the database.
// The special ":memory:" in-memory database and
// URIs like "file:///somefile" are also supported
…
-
Looks like there's no builtin command for removing a log?
```
$ witnessctl --help
Usage: witnessctl [options]
Commands:
add-log -db -origin -key
add-sigsum-log -db -key
list…
-
Currently, `log_queries` and `log_responses` options are helpful for tracking database interactions, but they only log to the console. It would be beneficial to allow users to pass a custom logger so …
-
```typescript
// src/VectorStore.ts>OramaStore
async restore(vectorStoreBackup: VectorStoreBackup) {
Log.debug('Restoring vectorstore from backup');
// vectorStoreBackup is an …