Ivor Paul

Results 10 issues of Ivor Paul

Do you guys plan to support S3 Select any time soon? I've hacked at it a bit and thought it was working until I started validating what I get back...

help wanted

Hi. I accidentally backed up my whole bucket to glacier. This is great, except that the files are no longer in S3. I need to restore them all to S3...

This PR is based on the idea and work from https://github.com/pzingg/polymorphic_embed/tree/type-module-fun referenced in https://github.com/mathieuprog/polymorphic_embed/pull/18 To make for the smallest change, I have only added the `:by_module` option. Please let me...

enhancement

Hi, firstly, thanks for the great library! I updated to use Elixir 1.15.0 and discovered that my project cannot compile. I traced the issue to this change in the changelog:...

Hound 1.0.4 ChromeDriver 2.32.498537 Elixir 1.5.1 We have a suite of tests that ran fine until I got a new smaller laptop and they suddenly started failing. I eventually figured...

Hi I am using this project to output html which I view in the browser. I would like to see the output sorted by coverage percentage rather than by name....

The `Replicate.Models.list/0` function currently breaks due to the API returning `created_at` as a field in the `model` response. ``` ** (KeyError) key :created_at not found (replicate 1.2.0) anonymous fn/2 in...

Some scenarios might require a particular way of slicing the entries, for example, ensuring that each slice is valid UTF-8. This would be a requirement if the entries are later...

When the body of a request is larger than the `max_entry_length` we slice the entry and log each portion separately. This adds a test to verify that the metadata is...