Bruno Arueira

Results 10 issues of Bruno Arueira

On the project I'm working on, the users will be only invited after certain operations (e.g. create an user record or invite manually through an authenticated area) I thought this...

It's useful to shrink the gem a little bit and normally is better to read online docs

Context about the changes made https://github.com/ruby/racc/pull/161

Hello, great work here! Are there any plans to offer releases of the CLI as compiled binaries? Like other OSS projects with binaries for x86_64, musl and others? Thanks,

Are there a way to replace or inform a custom template? The reason why I ask that is that at my workflow of creating new apps using react native, I...

## Expected behavior When I use an invalid JWT through the revocation middleware, it should suppress the `JWT::DecodeError` as `JWT::ExpiredSignature`. This will allow to handle properly on the receiving part...

As the title says, add license to gemspec and at the next release, it'll show at rubygems page

When attempting to access mission control blocked jobs tab, we got the following error: ``` NoMethodError: undefined method `past?' for nil time_distance = if time.past? ^^^^^^ ``` It's because the...