David Kellum

Results 10 issues of David Kellum

Attempting to resurrect #25 and use https://github.com/google/brotli/releases/tag/v1.0.7

See [body_image](https://github.com/dekellum/body-image). An integration could enable *Hyproxy* to have similar features to *nginx* as a reverse proxy, where it can reduce proxied server connections by buffering to disk. Just for...

Before finding the mem-replace idiom here, I implemented something like the following working alternative for a_to_b, which also doesn't (surprisingly to me at first) require MyEnum to be Copy. Requires...

C-needs discussion
A-idiom

As suggested in #230, I added `TryFrom` ``, `` and `` and `From` for the same integer types, and re-implemented `` with the same macro. Oddly enough, if I stop...

The `StatusCode` docs imply full coverage of IANA status codes and these two were added after the original implementation. Its a highly safe change, but I'd wait for 1.0.0, treating...

After various other changes, make `StatusCode::as_str` return a `&'static str`. Since 'static is a longer lifetime, I don't think this constitutes a breaking change, but like #443, this _could_ be...

The user requesting `Ord` for `Uri` in #407 suggests that _some_ or even any impl of `PartialOrd` and `Ord` for `Uri` is helpful for composition. Its also necessary for inserting...

This is a riff on #233, prototype based on discussions of that PR. * Uses `chain_display() -> ChainDisplay` as rename of `display() -> FailDisplay` * Adds a convenient top level...

- Externally this would would allow deployment automation (like SyncWrap) to test a file date for waiting on config reload. - Possibly could avoid certain problem cases of state loss...

Unlikely in a real application, but this should be handled better: ``` 2012-07-16 03:15:55,728 [RubyThread-1909: /usr/local/lib/jruby/gems/gems/iyyov-1.1.3-java/lib/iyyov/scheduler.rb:93] ERROR i.Task.hashdot-test-daemon.rotate - Handled and stopped with: Errno::ESRCH: No such process - No such...