Matt
Matt
Superficial review here. Ruby 2.4.3. The issue is because of the use of `$SAFE = 1` here https://github.com/gavinlaking/vedeu/blob/master/lib/vedeu/distributed/server.rb#L17. Setting that to 0 resolves the issue, but that's (likely) a very...
Problem appears to be the size of the window the test is run in. The following `.travis.yml` modification gets all but one test passing (https://travis-ci.org/mjy/vedeu/jobs/323712818): ```yaml rvm: - 2.3.3 -...
I wonder if this type of explanation is worth documenting somewhere, institutional knowledge style? Maybe gold needs its own repo, README etc.
Wonderful, thanks. A followup, we're getting to citeproc form using the ` BibTeX::Entry.new(bibtex_type: bibtex_type).to_citeproc` pattern. Is there a similar convention for BibTeX::Entry for literals that could be used so that...
Side note. IIRC `Order` as a rails model seems OK, but if you get meta at all with your code (e.g. composing complex queries with Arel) you can end up...
Are we at the point were an "official" fork is necessary? @teeparham is for all intents and purposes dead here (my apologies if he is in fact so). Yes there...
We have semantics in TaxonWorks that would require this one-to many relationship between collection object and taxonomic name: https://rdoc.taxonworks.org/TypeMaterial.html.
I agree with @deepreef that the "bits" of data can all be shunted into a format that is sharable as is. I suspect though, that 'typifiedName' represents a need for...
> that "specimen is type of taxon" is not as "objective" we all wish it were, and really requires an "accordingTo" reference, just like any other assertion. But this is...
> do not really want to go into why nomenclatural type designations are not Identifications I do! They are not, and we need special treatment of these facts lest the...