Carlo Teubner
Carlo Teubner
I'm using Portfolio Performance 0.51.3 on Arch Linux and am experiencing the issue described by someone else [here](https://aur.archlinux.org/packages/portfolio-performance-bin/#comment-799433). Namely, clicking on the "Holdings" report renders the pie chart only the...
Currently, `wl-paste --watch` only makes a single representation of the data available to the program, based on the MIME type selected with `--type`. Would it make sense to make multiple/all...
On my system, I have LANG=en_GB set, which causes the following test failure: FAIL! : TestCli::testInfo() Compared values are not the same Actual (m_stdout->readLine()) : "Average password length: 11 character(s)\n"...
Qt 6 upgrade
## Summary Qt 6 was [released](https://wiki.qt.io/Qt_6.0_Release) in Dec 2020. We should ultimately port KeePassXC to it from Qt 5. I'd be happy to help out with this. ## Details Before...
This function sets a callback that SQLite invokes when it detects an anomaly. See https://sqlite.org/errlog.html.
x/net/http2: response Write on HEAD fails with "http2: request body closed due to handler exiting"
### Go version go version go1.22.2 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/.cache/go-build' GOENV='/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/go/pkg/mod' GONOPROXY='' GONOSUMDB=''...
Hi, I created mattn/go-sqlite3#1190 a while ago to add the ability to set an error log callback. It's unmerged in that project, but would you be interested in adding it...
It sets a callback for the SQLite error/warning log: https://sqlite.org/errlog.html Fixes #2.
I just submitted cvilsmeier/go-sqlite-bench#5 to add this project to the Go SQLite driver benchmark. Creating this issue just for general awareness.
- ~Make the names of `#include` guards consistent across the project (with a special category for `src/fdosecrets/*/*.h` based on prevailing usage). I have left out headers that clearly originate from...