Trey Pendragon
Trey Pendragon
So this is because the described_class is overriden by Bogus and so doesn't match. I had to do this. ``` ruby RSpec.shared_examples "a term" do let(:id) { "Creator" } let(:resource)...
@psyho No go. The described_class didn't get overwritten. ``` ruby let(:resource_class) { described_class } ``` didn't even work.
Thanks for looking into this. I think the case where I return an object is moderately rare (except maybe in the case of class calls, and there's no support for...
Nope, I'm pretty happy. The library's nice and extendable, and most of the above could probably be implemented as more complicated strategies. Short term, a release, and maybe https://github.com/projecthydra-labs/hyrax/blob/master/app/strategies/hyrax/strategies/yaml_strategy.rb in...
@meh Any word on supporting 3.04?
I'm not sure if it's a major version, but I'd upgrade RSolr if it meant I got cleaner errors. Scanning for the JSON is really, really awful.
@bptarpley Did you ever figure this out? I'm seeing this behavior in 4.1, but it's actually much more immediate. It processes requests for maybe ten minutes and then the process...
I noticed this whole section of logic has no equivalent and isn't called: https://github.com/UniversalViewer/universalviewer/blob/master/src/modules/uv-dialogues-module/DownloadDialogue.ts#L70-L85 There's similar code for Renderings which should be able to be adjusted, but I'm not familiar...
> `non-paged` images aren't hidden but just appear as a single image so as not to break the preceding or following page sequences. What do you mean they appear as...
@edsilv Sorry for how long this took. Commenting out the ``` $('[tabindex=1]').focus(); ``` didn't fix it.