Kevin Olbrich

Results 63 issues of 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.

feature-request

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...

need more info
new feature
help wanted
discuss!

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...

Major

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.

help wanted
hacktoberfest

When I document a variable like. ``` # @type [Array] array_of_arrays = [ [ 'foo', 'bar' ] ] ``` I get a hover like... ![Screen Shot 2020-10-09 at 1 51...

When attempting to serialize a `Grape::Entity::Exposure::NestingExposure::OutputBuilder` in 0.7.0 using `Marshal.dump` (for caching), we encounter an error like `TypeError: can't dump IO`. ``` Rails.cache.fetch(key) do present(entity_items).as_json # this used to just...

The `@note` [yard tag](https://www.rubydoc.info/gems/yard/file/docs/Tags.md#note) 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.