Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
2,469 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 3 repositories
Created a pull request in hopsoft/stimulus_reflex that received 7 comments
move `cable_ready` to development dependencies
Type of PR
Enhancement
Description
This PR enforces users to add cable_ready as an explicit dependency to their app's Gemfile.
Why should this be a…
Opened 7 other pull requests in 5 repositories
hopsoft/stimulus_reflex
3
merged
markets/awesome-ruby
1
merged
stimulus-components/stimulus-timeago
1
merged
hopsoft/cable_ready
1
open
grip-framework/grip
1
merged
Reviewed 4 pull requests in 1 repository
Created an issue in stimulus-use/stimulus-use that received 3 comments
Alternative approach for different wait times in `useDebounce` and `useThrottle`
Hey @adrienpoly.
I saw you introduced configurable wait times for useDebounce and useThrottle in #59 and #62. Pretty cool!
I just had another idea …