Nick Ruest

Results 9 issues of Nick Ruest

**Describe the bug** On a number FDLP and Stanford collections, we run into this space heap space error, and it kills the Spark job. Upon investigation, this does not seem...

bug

Currently we're ignoring this in Rubocop. We shouldn't. ``` Offenses: app/models/concerns/warclight/solr_document.rb:12:32: C: Rails/TimeZone: Do not use Time.parse.strftime without zone. Use one of Time.zone.parse.strftime, Time.current, Time.parse.strftime.in_time_zone, Time.parse.strftime.utc, Time.parse.strftime.getlocal, Time.parse.strftime.iso8601, Time.parse.strftime.jisx0301, Time.parse.strftime.rfc3339,...

style

Currently we're ignoring this in Rubocop. We shouldn't. ``` Offenses: app/models/concerns/warclight/solr_document.rb:9:5: C: Metrics/AbcSize: Assignment Branch Condition size for replay_link is too high. [20.12/15] def replay_link ```

style

Since we've added the helper method, we lost the ability have `link_to_facet`. We should add this functionality back.

enhancement

We have some legacy files in the project for starting to setup the project with [autoconf](https://www.gnu.org/software/autoconf/autoconf.html). Let's continue to go down this path, and get the project setup with autoconf.

enhancement

Follow-on to #28; > The commented out code is to support building into Igraph. Igraph requires graph level attributes (eg. "totalNodes") to accept a PR, but the Gexf (even the...

enhancement

- Add Dockerfile; - Update README to provide Docker instructions; - Pin dependencies so the project can build. ---- I had a bit of trouble trying to get this to...