Peter Cai

Results 7 issues of Peter Cai

This gem has been downloaded 57 millions times - so lots of people obviously found it very useful, which is great! But a lot has changed in the ~12 years...

https://github.com/rack/rack/blob/main/UPGRADE-GUIDE.md includes many breaking changes. httpi explicitly depends on rack, and also uses it as part of its own public interface. Unfortunately, this interface has now changed in rack. In...

updates `bin/theme` to work with rails main branch. otherwise it breaks with following stacktrace when running `bin/dev`: ``` 15:12:56 light-mailer-css.1 | bundler: failed to load command: bin/theme (bin/theme) 15:12:56 light-mailer-css.1...

A couple thoughts I wanted to share on priorities for this project. My hope is that even if others disagree with the goals and tactics here, they at least understand...

## Feature request [httpi](https://github.com/savonrb/httpi) is [now deprecated](https://github.com/savonrb/httpi/issues/238) in favor of https://github.com/lostisland/faraday, so we should plan a migration to it for savon **Motivation for this feature:** httpi is no longer actively...

This issue tracks a bug in [rubyntlm](https://github.com/WinRb/rubyntl) that has been fixed but not yet released. https://github.com/WinRb/rubyntlm/issues/57 was filed to track cutting a new release Failing tests involving ntlm will not...

background: https://www.rfc-editor.org/rfc/rfc2617 rack 3.0 deprecates the server-side implementation of HTTP digest authentication (`Rack::Auth::Digest`) and 3.1 removes it. the old implementation is here: https://github.com/rack/rack/blob/3-0-stable/lib/rack/auth/digest.rb Our integration tests relied on this and...