Results 21 issues of kiwixz

Iterator has const operators since #685 (see [here](https://github.com/fnc12/sqlite_orm/blob/fdcc1da46fbd90feb886c0588462a62d29eb5a06/include/sqlite_orm/sqlite_orm.h#L9540)). This makes it impossible to do in-place update (modify the value and pass it to `update`) when iterating the database. I think...

Operators defined [here](https://github.com/fnc12/sqlite_orm/blob/fdcc1da46fbd90feb886c0588462a62d29eb5a06/include/sqlite_orm/sqlite_orm.h#L3344) should be in the `internal` namespace (the same one as `expression`) so they can be found by ADL. Or in the global namespace if you prefer. Goldbolt...

`microdnf reinstall` should have an option to allow an update if the package is missing. This is needed when trying to fix the stripped-out tzdata in the fedora-minimal docker image....

dnf5

https://godbolt.org/z/zq7KM6Y53 When detecting clang asio tries to include the `` header, but it's not there when using GNU's libstdc++.

**Describe the bug** EvoSC crashes client-side: the error show up on the player screen, there is no relevant server logs (even in verbose mode). There is an out-of-bounds error on...

bug

It would be nice if certbot could update those records after the challenge, as it's already using cloudflare API to add records anyway. Wikipedia: https://en.wikipedia.org/wiki/DNS-based_Authentication_of_Named_Entities#TLSA_RR Related: #230.

feature request
area: dns
priority: unplanned

### Component systemd-tmpfiles ### Is your feature request related to a problem? Please describe Softwares are better at writing stuff than cleaning-up. While the age-based deleting really helps, sometimes a...

RFE 🎁
tmpfiles

**Describe the bug** `benchmark.py` is looking for tests with `{target}/{target}` but tests should be called with `../build/benchmarks/bench_{target}` (if started from benchmarks directory). **To Reproduce** Follow the instructions of [benchmark.md](https://github.com/taskflow/taskflow/blob/44dd1dd56feff68761f84430ad755ae942f78f9a/benchmarks/benchmarks.md). **Desktop...

help wanted

Hi, first of all thanks for the great library fast yet easy to use. I'm currently writing tag_invoke functions to convert JSON values from/to a class, and I have something...

Hi, in https://github.com/lieser/dkim_verifier/issues/300#issuecomment-1428735628 you suggest to open an issue to track this. I'd be nice if the extension could parse (and trust) Authentication-Results header from Outlook. I did enable the...

enhancement