Results 14 issues of Eric Hodel

Zlib provides automatic gzip detection for you so you don't need to skip over it by hand. From `inflateInit2` in the zlib manual (also reflected in the [Zlib::Inflate.new documentation](https://docs.ruby-lang.org/en/2.4.0/Zlib/Inflate.html#method-c-new)): >...

### Related problem Given an extern completion for macOS mdfind: ``` module completions-mdfind { export extern "mdfind" [ -attr: string # Fetches the value of the specified attribute -count #...

enhancement

The released versions of this gem do not support HTTP persistent connections. This causes performance issues due to connection creation overhead and makes writing to the InfluxDB database fail if...

enhancement

Mermaid renders `state "Some::call()" as one ` incorrectly, but correctly when `` is omitted Steps to reproduce the behavior: Render this graph: ``` stateDiagram-v2 state "Some::call()" as one state "Other::call()"...

Type: Bug / Error
Status: Triage

Allow rdoc to know the github repository and provide a link to the file and line where the method starts Rdoc already has this information so it should not be...

Feature Request

Correct specification for semantic versioning is described in the RubyGems guides [patterns for declaring dependencies](http://guides.rubygems.org/patterns/#declaring_dependencies). You lock users to a bug fix series and don't allow backward-compatible releases with new...

enhancement

![monosnap 2016-03-15 11-41-29](https://cloud.githubusercontent.com/assets/9831/13789834/02b1e1ea-eaa3-11e5-8314-d4f0a8793cc8.png)

Currently when deriving `EncodeLabelSet` and flattening a struct the flattened struct must appear last, and there must be only one flattened struct, from the test: ```rust #[test] fn flatten() {...

help wanted

These methods are useful when testing that a Histogram has correctly observed values in a test. `::count()` to determine if the correct number of samples have been observed and `::sum()`...

By default deriving label values for an enum: ```rust #[derive(EncodeLabelValue, Hash, Clone, Eq, PartialEq, Debug)] enum EnumLabel { One, } ``` Results in a label that matches the variant identifier's,...