Jan Teske

Results 45 comments of Jan Teske

I'll second that being able to specify maintainer scripts (in general, not just postinst) would be very useful. (Being able to install system-wide files too, but with a postinst script,...

> syntax highlighting FWIW, I've had a pretty good experience using Rust syntax highlighting for .lalrpop files in VS Code.

Solution 1 mentioned in the description is now implemented in https://github.com/MaterializeInc/materialize/pull/17222. We are still wasting 8 bytes when using a `Result` vs. passing them separately so the second proposed solution...

I am able to reproduce this locally by running `./mzcompose run default --redpanda dataflow-cleanup.td` in a loop. The test that fails is this one: ``` # Regression test for https://github.com/MaterializeInc/materialize/issues/16326...

I debugged this with @petrosagg a bit and this looks like a storage issue. We verified that the load generator source successfully completes and the operator shuts down. Trace logging...