benstadin
benstadin
MPMCQueue mentions that the dynamic version of it is deprecated and suggests to use UnboundedQueue. However, UnboundedQueue does not mention whether this queue is linearizable or not. Can this be...
I'm trying to build Folly in Alpine 3.15 Docker on a Raspberry PI 4. The same build worked on x86 Alpine (same docker) before, thus I'm not sure what's going...
This demo is very useful to dive deeper into Beast. I'd find it very helpful if there were more tests as part of this demo, e.g. some basic tests for...
I'm trying get certify working for a Async SSL Client (I have to use Async because I need to set a timeout). The stream is declared as: beast::ssl_stream stream_; I...
I've just built NuRaft on OS X 11.3. The election priority test fails as follows: ``` [ .... ] leader election priority test === TEST MESSAGE (BEGIN) === time: 2021-04-28...
Is it possible to turn off SSL certificate verification via config the file? This would be helpful for development. Also, changing the certificate doesn't seem to make a difference. I'm...
I'm on OS X 10.14.3 and configured cppkafka like this: `cmake -DRDKAFKA_ROOT_DIR=/Users/bstadin/dev/LoTUS/cppkafka/build -DCPPKAFKA_DISABLE_EXAMPLES=OFF ..` The library builds fine, but a subsequent _make examples_ fails with: ``` [ 72%] Linking CXX...
I'm thinking about using H3 as a storage for vector map _cells_ for map rendering. A cell would contain geometry data for a given zoom level. What are the runtime...
For data-centric layers (e.g. dynamically updated layers containing lots of additional info for features) it will be useful to allow a wildcard definition for the layer fields: ``` "fields": {...
Some renderers (like ours) require to map a geometry type to a layer. Therefore I propose to have an optional field "geometry_type" for the layer definition. The geometry_type should relate...