Nikhil Benesch
Nikhil Benesch
I'm writing some code in C++ that reserves space in a `rust::Vec`, initializes the new chunk of memory, and then wants to call `rust::Vec::set_len` to indicate that the new elements...
WIP NOT READY FOR MERGE But I thought it might be helpful to have a permanent home for a diff of my progress as I learn C++.
Right now autotools-rs builds into `OUT_DIR` but also configures the installation prefix as `OUT_DIR`. That means the build files get mixed in with the installation artifacts. Not generally a huge...
We had a link like this slip through the cracks: ``` a/foo.html/ ``` `a/foo.html` actually exists, and `path.Join("/some/root", "a/foo.html/")` produces `/some/root/a/foo.html`, so htmltest doesn't complain. I think either trailing slashes...
This essentially reverts #12832, which I suspect is no longer necessary now that we no longer use linkerd in Materialize Cloud. The easiest way to find out is to try...
Amalgamating a few reliability patches for v0.24 here. Not for merging.
### What version of Materialize are you using? v0.27.0-alpha.8 ### How did you install Materialize? Materialize Cloud ### What is the issue? I created an auction load generator source: ```sql...
## Background As laid out in the [source ingestion recipe](https://github.com/MaterializeInc/materialize/pull/12109/files), sources in Materialize need to provide *bounded input reliance.* Bounded input reliance means that when the source restarts, it does...
In no particular order: ## To Rename * [x] https://github.com/MaterializeInc/materialize/issues/2186 * [x] `mz_source_info` needs a better name. "info" is a pet peeve of mine. Removed in dac048f69c37e1f0b9295c9e10541b09ab66ddd4. * [ ]...
Hi @marshallpierce! First of all, thanks for making such a foundational piece of the Rust ecosystem! I wanted to ask if you had a plan for releasing a v1.0. As...