Petros Angelatos

Results 57 comments of Petros Angelatos

@nmeagan11 I like it! I'll go with that syntax for now. It's easy to change syntax last minute

We can provide feedback that table x contains unsupported columns and the users could exclude that table from the source. having some more fine grained or allowing to select the...

The replication protocol sends everything over in its text encoded version so keeping them as text is very easy. The tricky bit is the thing Frank mentioned where we must...

## Status update Things are moving along swiftly, the final PR is almost ready to get merged. https://github.com/MaterializeInc/materialize/pull/15190 The new approach introduces a new minor limitation that didn't exist before...

I commented in the linked PR, but I don't think we should remove the assertion as well-behaving code would never trigger it. I would leave the assertion there until we...

I was facing the same problem on my bluetooth speaker setup where my bluetooth agent was: `bt-agent --capability NoInputNoOutput` I fixed this problem by switching the parameters to `bt-agent --capability...

I've spend some time testing the loadgen sources for correctness and closely reading the code. Nothing stood out and the correctness tests were successful so the most likely theory is...

Thanks for the detailed analysis @sploiselle! Until step 5 things make sense to me and I think step 4 is the one doing "the wrong thing", but it is a...