-
**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…
-
In P2300R10 [exec.snd.general] p3.14.6 it describes the noexcept clause expression for the basic-state constructor as:
```c++
is_nothrow_move_constructible_v &&
nothrow-callable
```
However, …
-
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 …
-
### 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…
-
The current specification of `schedule_from` algorithm has the following definition for `impls-for::complete`:
```c++
[](auto, auto& state, auto& rcvr, Tag, Args&&... args) noexcept -> void {
usi…
-
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…