Michael Grosser

Results 444 comments of Michael Grosser

yeah currently doing raw calls ... looks like pagination does not work :D

FYI most of the commands / endpoints you will need: https://github.com/jcheatham/airbrake_tools/pull/31

bast ask @rmm5t ... but good lock with that 8 year old change :) afaik it was meant to not cache the Set-Cookie header, if it still does that when...

sounds reasonable ... PR welcome ... just make sure it does not add overhead for the default usecase :)

https://github.com/rtomayko/rack-cache/blob/master/lib/rack/cache/storage.rb#L35 so the uri you are passing to the store has no scheme ... double check how you are setting it up or `bundle open rack-cacke` and dump what it...

gemspec has `s.required_ruby_version = '>= 2.0.0'` ... so how can you even install that version ?

I also only know it as conditional get ... and always saw it implemented with a `GET` check ... is there any other library that supports this ? Caching puts/posts...

hmm I guess it can make sense if updating to the same state as before ... would love to see any other library that supports that though so rack-cache is...

Yeah, sounds good! Want to make a PR ? ... I imagine it's just removing the right conditional somewhere ...