Philippe Laflamme
Philippe Laflamme
@johanbrandhorst I understand that a lot of protobuf users are on the Go stack, but requiring the `go_package` option is pretty crippling for other stacks. A workaround is to use...
@johanbrandhorst I have to admit that I was assuming a few things here, namely, that the output is Go code that compiles to a binary. For some reason, I had...
@thesamet is there any additional thing that should be done to get this in?
Ok, I understood that users can simply define this for their own packages using `scalapb.options` and this shouldn't be used anymore. What's the rationale for also supporting this via a...
Sounds like the end state should be one where `flat_package` is true by default and there are no generator-level option that allows changing the naming / structure of generated code....
The approach we take internally is to put a `pkg.proto` file in each package which contains the package-wide options. This works well locally for that project because the compiler pulls...
@krzemin Any insights to provide on this? I believe this will fix a known issue, but parts of this is also beyond my macro-fu, so I would appreciate some guidance...
I've made a simplified version to demonstrate this issue [here](https://plnkr.co/edit/pn9HjIhsTawtRC6gvEmE?p=preview) It uses only 2 input fields and does a simple validation: one field's date must be after the other. `minDate`...
Is there a rundown of what it would take to add decimal support to pola-rs? A previous comment mentioned this might be a large effort, but perhaps if it's broken...
@ritchie46 That's great news! Please note that I'd be happy to help out this effort if there's a way to break it down. I can also help testing.