Joe Atzberger

Results 35 issues of Joe Atzberger

Invocations like: ``` ruby describe "whatever" do include BlacklightAdvancedSearch::FilterParser ... ``` are failing to properly encapsulate the inclusion. Injecting everything into the rspec example is messy. Also the appearance of...

``` DEPRECATION WARNING: Method except! is deprecated and will be removed in Rails 5.1, as `ActionController::Parameters` no longer inherits from hash. Using this deprecated behavior exposes potential security problems. If...

https://github.com/rails/sass-rails#important-note > Sprockets provides some directives that are placed inside of comments called require, require_tree, and require_self. DO NOT USE THEM IN YOUR SASS/SCSS FILES. They are very primitive and...

bundled-assets

Solr date range faceting (start/end/gap) is more performant than trying to manually build facet query ranges and allows for the simplest possible way to drill down. It seems like a...

Note that this does allow the serialization/deserialization between empty string and a Null struct. It does NOT permit invalid addresses or masks. If this is workable, then I would pursue...

Application JSON data coming in (or going out) should not know (or reveal) anything about our underlying implementation model. For a given struct like: ```go type My struct { IP...

Run `solr_wrapper clean` twice. The first was successful. The error message on the second run was: `Please stop solr before cleaning` Of course, by that point no solr is running...

`solr_wrapper --version` should output version info for solr_wrapper. Another option should be used to *set* Solr version to be used, possibly `--solr-version=`.

README is missing `collection` level YML configuration and `with_collection` options. At least the `dir` option should be explained what the user should expect to happen with it, what it should...

```ruby > file = File.open('/etc/passwd') => # > io1 = Hydra::Derivatives::IoDecorator.new(file, 'image/png', "foobar.png") => # > io2 = Hydra::Derivatives::IoDecorator.new(file, 'image/png', "foobar.png") => # > file == file => true >...

bug