-
I am trying to run some Mocha tests that all passed a few months ago, but they are all failing now. I have narrowed the problem down to mongoose-id-validator, which is throwing a MissingSchemaError f…
-
If incoming documents have no id or _id field, the extractID function in message.go will emit an error and the document in full. (line 59 of message.go). There's no way to supress this so if you are u…
-
Hi,
I've succesfully compiled latest trunk. My keyboard was not recognized, Here is the output of command `lsusb -vd 1b1c:` (verbose output for corsair products):
```
Bus 003 Device 005: ID 1b1c:1b0…
-
```
$ git grep -n load_instance_from_solr app/ sufia-models
app/controllers/concerns/sufia/batch_edits_controller_behavior.rb:26: gf = ::GenericFile.load_instance_from_solr(doc_id)
app/contro…
-
On demo.curationexperts.com, using Fedora 4, when I upload a new object, the object is saved and I can enter metadata. When I try to save the metadata page, the save fails.
Stacktrace:
```
F, [2015-…
-
Failures:
1) RedirectController#datastream Item should be migrated
Failure/Error: expect(subject.fedora3uuid).to eq "uuid:394266f0-0e4a-42e6-a199-158165226426"
```
expected: "uuid:394266f0…
-
Add two functions to class OWM25:
- three_hours_forecast_at_id(self, id, [limit])
- daily_forecast_at_id(self, id, [limit])
whose purposes are self I descriptive.
-
I find that when using this plugin with the scenario of **Ajax uploading**, after config the `uploadUrl` ,the **drag & drop** in box will always showing up, I think it will nice to make a way to turn…
-
Given Sufia is generating a SolrDocument (app/models/solr_document.rb)
Then Sufia should also generate an associated spec
And Sufia should also expose a shared_example 'is_a_sufia_solr_document'
The …
-
Firefox 21 is probably 10-15 times slower than Chrome if I try to generate keys on my desktop Quad Core Q9500:
```
openpgp.generate_key_pair(1, 1024, "noid", "password");
```
Chrome/Chromium usually…