umanwizard
umanwizard
> Pinning makes it possible to guarantee that an object won't ever be moved. This is not true, unless the object is of a type that does not implement `Unpin`....
### What version of Materialize are you using? unstable-d5cddec91fdd0088783aa2231bb53cd5c78b2efa ### How did you install Materialize? Materialize Cloud ### What is the issue? `CREATE CLUSTER REPLICA` takes several seconds to return...
We may spin up Timely processes to replaced crashed ones, while processes from a previous incarnation are still alive. In this case, the new ones will soon crash also, and...
### Feature request Imagine a writer schema that contains a union of several types. It's reasonable to want to create a view that selects elements where a particular one of...
### Feature request We want a function `avro_decode(data, reader_schema, writer_schema)` that allows the user to decode arbitrary avro values in the data. This is weird/hard for a few reasons: *...
Due to this issue: https://github.com/catchorg/Catch2/issues/2178 ``` In file included from /usr/include/signal.h:328, from /home/brennan/code/cppkafka/third_party/Catch2/single_include/catch.hpp:4811, from /home/brennan/code/cppkafka/tests/test_main.cpp:3: /home/brennan/code/cppkafka/third_party/Catch2/single_include/catch.hpp:7441:45: error: size of array ‘altStackMem’ is not an integral constant-expression 7441 | char FatalConditionHandler::altStackMem[SIGSTKSZ]...
#### System details - OS/Platform name and version: macOS 10.15.2 - Rust version (if building from source): `rustc --version`: `rustc 1.40.0 (73528e339 2019-12-16)` - Notify version (or commit hash if...
I don't know if we have a good reason for not having a .gitignore in this repo, but if not, feel free to merge this. It just includes everything created...