rpeng
rpeng
When performing entity resolution, ES documents may sometimes contain string fields that contain quotes or backslashes. These will then be picked up by zentity and substituted into the template [here](https://github.com/zentity-io/zentity/blob/main/src/main/java/io/zentity/resolution/Query.java#L143),...
Currently, timeouts are not retried as the status code is nil and the retry sender doesn't consider those as retryable errors. This change allows the client to transparently retry when...
https://github.com/dry-rb/dry-struct/blob/9fcdbcc1d9a582a18bf3740914152610d9dd79fa/lib/dry/struct/hashify.rb#L12 If a value is a Dry::Struct, `Hashify.[]` is already the [default implementation](https://github.com/dry-rb/dry-struct/blob/9fcdbcc1d9a582a18bf3740914152610d9dd79fa/lib/dry/struct.rb#L174) of its `to_h` method. Doing it again in `transform_values` will be double calling the hashify method, leading...
Removes an extra metadata lookup when opening a file from GCS. When the file chunk is downloaded from GCS, the Google API client will already throw a `Google::Cloud::NotFoundError` - which...