Andrew Hodgkinson

Results 31 issues of Andrew Hodgkinson

In the current implementation, `Down::ChunkedIO` has a very curious piece of behaviour where it deliberately ignores requested character encoding in `#read` if and only if a read length is given....

We are using Shrine for handling large CSV uploads that are then stream-processed. We have a progress meter for this which works off the underlying IO object's `#pos` values. For...

When using local file storage with Shrine, a call to `#read` will accept `encoding: ...` in the same way as one might expect for a regular IO object. This is...

### Describe the problem as clearly as you can I'm hopeful we can come up with a compromise to a significant pain point that's worsening over time, not getting better....

Bundler

This is something I built for our own use and it might not fall into the ethos or flexibility you prefer to keep in your own original fork - but...

enhancement

* Update various libraries to avoid NPM security warnings etc. * Beware - minimum of Ruby 2.3 / Bundler 2, now, not Ruby 2.2 * Move from Bootstrap 2 to...

PostgreSQL's fast count estimation tends to be very inaccurate a lot of the time, but if we assume it might be at least of some vague use on large dataset...

enhancement

Sort of related to #255 - Hoodoo framework search/filter additions automatically validate the header quantities, so things like a `created_by` search is rejected with a reasonably informative 422 response should...

enhancement

The introduction of `created_by` as an on-by-default framework-level search filed opened up services to 500 errors when Hoodoo's finder code automatically added a `created_by` column search if so requested by...

bug

Since the (possibly unwise) introduction of on-by-default framework search for `created_by` there's been a chance of a 500 being raised for a service which doesn't have the relevant column and...

enhancement