-
Based on the current direction of the design team, I don't understand the justification for using dynamic context registration as the primary extension mechanism for CONNECT-UDP. It seems like a more…
-
Hi. I buy this christmas LED Strip 10m (100LEDs) and one question...WLED support it ?
Chip LED: SK6812 IC
https://pl.aliexpress.com/item/1005002247063442.html?src=google&src=google&albch=shopping&…
-
Tracking issue for the `bool::then_some` method, which abstract the following pattern:
```rust
if some_condition {
Some(t)
} else {
None
}
```
`bool:then` has previously been stabi…
-
The frequency and vehemency of discussions around this subject beg for a change. `*` and `^` were introduced for strings back when the language wasn't as strict on operator punning and overall meaning…
-
I believe trying to get a row from a single row query result will result in:
```
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
```
when using `begin(stmt)` to retrieve th…
-
To prevent memory leakage, there should be a way to release the received remote object.
This can be implemented like in CDP [`Runtime.releaseObject`](https://chromedevtools.github.io/devtools-protoco…
-
In this document, we propose to develop a crate named `page-cache` that implements page caches, a common OS mechanism that is key to the I/O performance of file systems.
## Overview
### Design…
-
There are some suggested features/fixes/updates to be done to consider this controller as a part of [Nav2 Stack](https://github.com/ros-planning/navigation2).
- [x] Footprint collision checking
- …
-
Ryzen has a conditional branch counter. I have patches to use it here: https://github.com/mozilla/rr/tree/ryzen
To make it work reliably I had to increase the skid counter to 1000. That's pretty hi…
-
I attached a very rough checkpoint of my current patch, to get early
feedback. All tests pass, though back compat tests don't pass due to
changes to package-private APIs plus certain bugs in tests th…