jkburges

Results 6 comments of jkburges

Given that `TTFunk::File.verify_and_open` https://github.com/prawnpdf/ttfunk/blob/master/lib/ttfunk.rb#L25 is public, I could keep that method and introduce a new one `verify_and_read` which delegates most functionality to it - thereby keeping the public API the...

I went with the latter from above (I don't _think_ `verify_and_open/read` is intended for public use).

It'd be good to see this merged. Is there anything I can do to help move things along?

This _may_ be a duplicate of #99 but there's not enough of the stack trace there to be sure

With the Dockerfile from https://github.com/aws/aws-elastic-beanstalk-cli/issues/108#issuecomment-1125167013, I have recently (within the last 10 days or so) starting getting this error after building the image and then trying to run any `eb`...

FWIW, the following works (using a more recent python version, but aws cli won't be there for those who need it): ``` FROM python:latest RUN pip3 install awsebcli COPY ....