Jason Barnabe

Results 114 issues of Jason Barnabe

https://violentmonkey.github.io/api/metadata-block/#top-level-await https://github.com/rubyjs/mini_racer/issues/353

## Environment - Ruby 3.3.6 - Rails 7.2.2.1 - Devise 4.9.4 ## Current behavior ``` sign_in user, bypass: true ``` results in the warning ``` DEPRECATION WARNING: Passing the result...

I have [a custom renderer](https://github.com/greasyfork-org/greasyfork/blob/main/lib/will_paginate/action_view/link_renderer_with_no_follow.rb): ```ruby require 'will_paginate/view_helpers/action_view' module WillPaginate module ActionView class LinkRendererWithNoFollow < LinkRenderer def rel_value(_page) 'nofollow' end end end end ``` Works fine in production. Works fine...

Using relative-time-element v4.4.5. I am in a UTC-5 time zone. The current time for me is April 30 1:53PM (2025-04-30 18:53 UTC). I've set up a test page at https://greasyfork.org/en/relative_date_test...

The current documentation for `Rails/StrongParametersExpect` says that it's unsafe because the response code on invalid parameters changes from 500 to 400. https://github.com/rubocop/rubocop-rails/blob/1c4c37e8d3b8819ca2968cc14fea0606c4624e33/lib/rubocop/cop/rails/strong_parameters_expect.rb#L8-L12 But it's also unsafe because `ActionController::Parameters#expect` is pickier...

documentation

On my site greasyfork.org ([source](https://github.com/greasyfork-org/greasyfork)), I offer a feature that lets users see the most similar JavaScript submissions to their own. I am investigating the use of JPlag for better...

enhancement
major

Like updated in the last 3 months, minimum x installs, etc.

https://github.com/rubocop/ruby-style-guide/blob/561f323952ac4498cd7bc2b852172b503ae0cca4/README.adoc?plain=1#L5657 https://blog.marc-andre.ca/2010/11/15/methodmissing-politely/ doesn't work.