-
```
The current state of iwyu (3.3) in case of a big library like glib or gtk+, is
that it will propose to remove the single #include , and
replace it with a whole lot of #includes for more specific…
-
```
The current state of iwyu (3.3) in case of a big library like glib or gtk+, is
that it will propose to remove the single #include , and
replace it with a whole lot of #includes for more specific…
-
If you generate an IPv6 packet with the "next header" field set to `NO_NEXT_HEADER` the packet gets generated with the "next header" field set to `0` (e.g. `HOP_BY_HOP`):
```c++
auto ipv6 = Tins::…
-
given:
```
there's a trailing space here:
This follows trailing space
```
the following is generated:
```
h("div.header_text", [
"there's a trailing space here:",
h("span", [ "Th…
-
### Is your feature request related to a problem? Please describe.
We are using boost on platforms without thread support and the current ports do not build, for example boost-container and some othe…
-
- [ ] Functionalize rwlock stuff into a fildesh_compat header.
- [ ] Make `FildeshOX`. Create with fixed number of producers and consumers.
- [ ] Use in `elastic_pthread`. Only one producer here.
- [ …
-
### Description
Federation is broken for seemingly unknown reasons with the error
"2024-10-12 01:36:52,030 - synapse.http.server - 130 - INFO - PUT-8 - SynapseError: 401 - Destination mismatch in a…
-
Currently in [build-systems.md](https://github.com/doctest/doctest/blob/master/doc/markdown/build-systems.md#cmake) the suggested CMake integrations are either via manual file download or `ExternalPro…
-
## Expected Behavior
In order to allow a user to sign in from multiple tabs simultaneously the cookie-csrf-per-request setting can be set to true. This adds a random postfix to the csrf cookie wi…
bh-tt updated
3 weeks ago
-
Having a single page just for login and another just for sign up doesn't look good.
The objective of this task is to replace the login and sign up links on the navbar with a single link call `registe…