Andy West

Results 4 comments of Andy West

I ran into this issue on another project and I believe it is resolved when using newer versions of Ruby and `cocoapods`. I am using Ruby `3.1.1`. After installing Ruby...

Hi 👋 Are there any plans to bring this branch up-to-date or is it worth a new PR being opened with this work? Would be a very useful feature to...

You need to return the response provided by that function. I think the code sample in the docs is a bit off, although this comment: >Add this middleware after any...

I believe the issue here is that the callback function provided to `on` is flagged as `async`, but `EventEmitter` in Node [processes events synchronously](https://nodejs.org/api/events.html#events) and will ignore the return value...