Justin Coyne

Results 590 issues of Justin Coyne

When I provide: ``` t.Post("/v1/identifiers/druids"). SetHeader("Transfer-Encoding", "identity"). Expect(t). Status(200). Type("json"). JSON(map[string]string{"status": "OK"}). Done() ``` When I look at the packets (via wireshark) I see that my header has been overwritten...

I've added `"openseadragon": "~2.2.0"` to my `bower.json` file. This script ships with a source source map file. When I load the page in Chrome with the developer console open, it...

When I'm on this page: https://github.com/sul-dlss/spotlight/blame/master/app/models/spotlight/page.rb and I hold down the option key and click on the carrot for the first blame I'm taken to this page: https://github.com/sul-dlss/spotlight/blame/e92d5558591d85142584827d25612664b514e15f%5E/app/models/spotlight/page.rb which is...

It's trying to match on `jquery_ujs` in the `application.js`, but that script is no longer automatically added by Rails.

**Describe the bug** If you have an HTML comment (e.g. ``) in the previewTemplate, this crash occurs: Our actual template looked like this: ``` ✔ ✘ Description more information Hide...

Currently it returns any parameters. This happens to cause a problem when we try to: `redirect_to solr_document_path(search_state.to_h)` after handling a form submission. The form had a lot of data on...

Perhaps we have features like spellcheck commented out so users can easily enable them? How would this affect the demo app?