James Healy

Results 139 comments of James Healy

Sounds good. There's no urgency from my perspective, released versions of pdf-reader are locked to v1.x so they're continuing to work fine. I can see a fix has been pushed...

Thanks for your help here! I've released pdf-reader with a relaxed Ascii85 dependency and all our tests are green :heart:

Yup, I'd accept a PR for this! It feels a shame to not just pass through whatever puma says the stats are, but also non-zero request count seems .... not...

I would be open to contributing a draft of OIDC API Key Role docs to the guide, but is it something you're still interested in? It looks like maybe the...

Thanks, I hadn't noticed v2 was released! I had a go, but ran into a failing spec that might indicate an unplanned behaviour change in v2. I've opened an issue...

Thanks for the reminder, this had fallen off my radar. I've released v2.13.0 which relaxes the Ascii85 dependency :+1:

[A workaround from stackoverflow](https://stackoverflow.com/questions/70770441/how-can-i-resolve-sorbet-error-constants-must-have-type-annotations-with-t-let): With a recent version of sorbet (I tested with 0.5.10001) and using the `--max-threads=1 --stress-incremental-resolver` flags, the constant type hint in the RBI file was found...

> With a recent version of sorbet (I tested with 0.5.10001) and using the --max-threads=1 --stress-incremental-resolver flags, the constant type hint in the RBI file was found and no error...

Thanks for sharing! I ended up working around it in pdf-reader by switching to inline RBS comments. It's working pretty well https://github.com/yob/pdf-reader/pull/562 For constants, the type comments look like this:...