Thomas Pelletier
Thomas Pelletier
See the [BigtableIO documentation](https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigtable/BigtableIO.java#L142-L164). I think we should just accept an arbitrarily constructed `BigtableOptions$Builder`.
Thank you for filing this issue! I think indeed the DecodeErrors should be improved to provide that context!
Pinning this issue for visibility if anyone feels inclined to do it!
Thanks for reporting this bug! Runnable example: https://go.dev/play/p/dUguDjMvVwe I think you're right that at the very least, an type implementing `MarshalText` should always be marshaled, even with `omitempty`, as the...
I think we could have unmarshal default to struct unmarshaling even when UnmarshalText is implemented when the toml value is not a string. Sounds like that would work for your...
Given TOML doesn’t have the concept of nil and the map value type is any, what is the toml document you expect as output?
You're right, not being able to round-trip through marshal is an issue.
Thanks! This seems worthy of a new Encoder flag to control this behavior. Looks like it needs to cover: * The current, default behavior. * Always emit multi-line basic strings...
Hi! Sorry for the delay. Thank you for the patch! However I don't think duration parsing has it's place in a toml library (unless the TOML spec defines durations as...
That would indeed be nice! Thank you for filing an issue!