Ryan Cerf

Results 3 issues of Ryan Cerf

Use `mvn release:prepare` to build the docs and copy them to the `/docs` directory

documentation
process

I use SQL a ton (mostly in my day job) and would like to help improve the user guide by adding a comparison with SQL section. [Pandas: has one](https://pandas.pydata.org/pandas-docs/stable/getting_started/comparison/comparison_with_sql.html) and...

documentation

If `(buf.validate.oneof).required = true;` is used should the union for the valid msg exclude the undefined variant? ```proto message MyOneOf { oneof variant { option (buf.validate.oneof).required = true; string value1...