Kevin Olbrich
Kevin Olbrich
There should be a collection for '' tags. Right now you can find them but you have to use the elements_by_xpath method.
Nice library, thanks for developing it. What is the performance of this type of parser compared to something like https://github.com/kschiess/parslet?
#### Rationale On rare occasions it is necessary call tasks before the stage definition file is loaded. For example, I have a task that sets the AWS_REGION and needs to...
RubyUnits defines some custom behavior for other classes, which either permit easy conversion into Unit objects or which define custom numeric behavior to allow Numeric objects and Unit objects to...
some slight modifications to what it means to compare unitless or counting units. See issue #67
When trying to upgrade to the latest via homebrew the following happens... ``` 19:19 $ brew upgrade codeclimate Updating Homebrew... ==> Auto-updated Homebrew! Updated Homebrew from 8cf9a52b2 to 663b972f4. Updated...
https://github.com/codeclimate/codeclimate/blob/18c2509474b0bdadad1174559257661a75131818/codeclimate-wrapper#L114 https://docs.docker.com/docker-for-mac/osxfs-caching/ it seems that adding `:cached` to the `/code`, config, and cached volumes and `:delegated` to the `/tmp/cc` volume may improve performance on OSX machines at least.
When I document a variable like. ``` # @type [Array] array_of_arrays = [ [ 'foo', 'bar' ] ] ``` I get a hover like...  can often be used to emphasize important information. Currently the Solargraph hover on methods and classes does not render these tags, potentially hiding important information.