Karl Bartel

Results 39 issues of Karl Bartel

Some sqlite extension packages like [sqlite_regex](https://github.com/asg017/sqlite-regex/tree/main/python/sqlite_regex) use the official binaries instead of compiling their own. Both approaches have their advantages (originally discussed in https://github.com/nalgeon/sqlean/issues/66). Source based (master branch): * Can...

See https://github.com/karlb/sqlite-sqlean/issues/1

`cargo build --release` fails with the following error (and a longer list of warnings, see attached log): ``` error[E0308]: mismatched types --> src/util/logins.rs:131:41 | 131 | time: parse_timeval(&record.ut_tv), | -------------...

The documentation for the manual installation does not include steps for installing acme.sh. There should at least be a note about installing acme. The following commands worked for me: ```sh...

The previous defaults we set very much in favor of low resource consumption, but could easily lead to rejecting requests with 502 errors even under moderate load. The new defaults...

stale

The following defaults don't look like a good choice to me, as they are likely to lead to 502 errors even for minor load spikes: https://github.com/piku/piku/blob/master/piku.py#L1148C1-L1149C56 This means only a...

Link texts should not extend until the next `](` if another `]` is included in the text. This fixes the immediate problem and passes all tests, but it looks like...

There's * https://docs.celo.org/showcase * https://docs.celo.org/general/gallery and * https://celohub.org/ to show project building on Celo. Is there a reason for having all three? We should make the difference clear or consolidate...