Iskren Ivov Chernev
Iskren Ivov Chernev
This is related to #381 ``` auto v = std::vector {}; std::ranges::sort(v, std::less {}); ``` Fails with: ``` /usr/include/c++/10.2.0/bits/iterator_concepts.h:493:13: required for the satisfaction of ‘indirectly_writable’ [with _Out = std::_Bit_iterator; _In...
This shouldn't be hard to do, but would definitely be useful in browser environments.
Setup: ``` module HelloWorldData { @final struct MsgIn { int32 a; }; @final struct MsgOut { sequence objects; }; }; ``` I also force XCDRv2 representation `(reader|writer)_qos.policy(dds::core::policy::DataRepresentation({dds::core::policy::DataRepresentationId::XCDR2}))` However, on the...
It would be really cool if this plugin supported [source maps](https://github.com/mozilla/source-map).
The container is build with a tag equal to the `$NGINX_VERSION` but started without a tag (which means `latest`), which is never built/tagged. So just use `$NGINX_VERSION` when starting it...
**The problem/use-case that the feature addresses** Currently if the sentinel picks slaves that are _connected_ to the master, but they might not be synced up properly, either because syncing takes...
**The problem/use-case that the feature addresses** Currently if the sentinel picks slaves that are _connected_ to the master, but they might not be synced up properly, either because syncing takes...