-
The current specification of `std::execution::get_env()` defines `get_env(o)` as `as_const(o).get_env()`.
However, the `as_const()` function has a deleted rvalue-taking overload, meaning that you …
-
**split_t**
```c++
struct split_t
{
template
requires(snd::sender_in)
auto operator()(Sndr &&sndr) const // noexcept
{
auto dom = snd::general::get_domain_early(st…
-
### Version/revision of the library used
_Typically located in the `library.json` & `src/IRremoteESP8266.h` files in the root directory of the library.
e.g. v2.0.0, or 'master' as at 1st of June, 20…
-
The current wording of `[exec.when.all]` defines the `impls-for::get-env` implementation as:
[]<class State, class Rcvr>(auto&&, State& state, const Receiver& rcvr) noexcept {
return JOIN-E…
-
I may have stumbled across a nasty lifetime issue in the handling of stop callbacks in the `when_all`/`split` algorithms. But this would apply to any algorithm using a `inplace_stop_source` inside its…
-
I just installed rtlamr on a brand new installation of Debian on a Raspberry Pi. Everything went well, but when trying to run any rtlamr command, I get the following:
main.go:90: Error connecting t…
-
I installed rtlamr on my mac , plugged in an rtl_sdr, and ran it:
./go/bin/rtlamr -msgtype=r900 -centerfreq=912000000
16:06:46.280750 main.go:90: Error connecting to spectrum server: dial tcp 127.…
-
There is a planet being run on Native Planet's Groundseg that is produciing the following error:
```
---------------- playback starting ----------------
pier: replaying events 3891047-3891060
pi…
-
it is desirable to compute completion signatures with the type of the receiver instead of with the environment only, as is done in P2300R9. this makes it possible to know whether `connect(sndr, rcvr)`…
-
The exposition-only `connect-awaitable` function implicitly allocates a coroutine-frame for a coroutine to `co_await` the awaitable.
However, there is currently no way to customise this allocation …