Eloy Pérez

Results 11 comments of Eloy Pérez

> I have tried to run the specs on jruby, but this fails because the redcarpet gem required by support is not compatible (it relies on posix-spawn). If I disable...

Just found out that Rainbows needs its Rack dependency to not be greater than 3.0 https://rubygems.org/gems/rainbows/versions/5.2.1 What should we do about it?

For following iterations of Sinatra (either 3.0 or minor revisions) maybe is a bit unusual but I would try to support *fewer* things, following your idea of making the project...

What would happen with the `master` branch once we switch to `main`? Will it be dropped or will it be in sync with `main` to avoid breaking people's builds? (which...

Thanks for the link @dentarg! I thought the process of renaming the `master` branch was a series of manual steps and that one of them was manually deleting the branch....

> Can't see any activity at https://yhbt.net/rainbows-public/ indicating a release with Rack 3 support. I don't think it will get support for Rack 3 soon. Having a look at the...

Should work fine if you update `pry` https://github.com/pry/pry/issues/2271

Hi!! I had the same problem and was because I didn't know ibrowse is a mandatory dependency to have installed. Thx @parroty !

Hi, For my project what I have done is the following: ```crystal macro define_request_methods(handler) {{handler}}.prepare_pipelines {% http_read_verbs = %w(get head) %} {% http_write_verbs = %w(post put patch delete) %} {%...