Highlights
- 1 discussion answered
Block or Report
Block or report casperisfine
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
frozen_record Public
Forked from byroot/frozen_record
Read only ActiveRecord-like interface to query static YAML files
Ruby
-
httpclient Public
Forked from nahi/httpclient
'httpclient' gives something like the functionality of libwww-perl (LWP) in Ruby.
Ruby
-
-
2,611 contributions in the last year
Activity overview
Contribution activity
April 2022
Created 10 commits in 6 repositories
Created 2 repositories
Created a pull request in mperham/sidekiq that received 12 comments
Sidekiq 7: Add a compatibility layer for redis-client
As discussed in #5253
Switching entirely to redis-client is deemed risky, so instead we can support both.
All is needed is a small translation laye…
Opened 21 other pull requests in 10 repositories
redis-rb/redis-client
4
merged
1
closed
msgpack/msgpack-ruby
3
open
1
merged
Shopify/semian
2
merged
rails/rails
1
open
1
closed
mperham/sidekiq
1
open
1
merged
ruby/ruby
2
merged
zk-ruby/zookeeper
1
open
rbenv/ruby-build
1
merged
Shopify/paquito
1
merged
vmg/redcarpet
1
open
Reviewed 12 pull requests in 7 repositories
Shopify/shipit-engine
3 pull requests
ruby/ruby
3 pull requests
msgpack/msgpack-ruby
2 pull requests
rails/rails
1 pull request
Shopify/semian
1 pull request
mperham/sidekiq
1 pull request
byroot/frozen_record
1 pull request
Created an issue in redis/hiredis that received 3 comments
Support for non blocking SSL handshake
I'm working on a new hiredis binding for Ruby, and I'm running into what seem to be a limitation to handle SSL handshake timeout. The Ruby binding …