BigBlueHat
BigBlueHat
Watching the video helped! ^_^
That would provide the ability to "content negotiate" a URL--asking it for `application/json`, etc. Thanks for building this!
Thanks to jQuery's sub-part `.success()` handling (which is deprecated since 1.8 thankfully), the code in `site.js` needs updating to use `.done()` and HTTP Status Code handling. Otherwise the redirecting doesn't...
Making it just the license--which should help GitHub (and others) detect it properly.
- products/ - laptop.json -- with `"_id": "products/laptop"` - products.json -- with `"_id": "products"` The `products/laptop` document turns out as expected. But the `products` doc ends up looking like this......
This has come up a few times, but I'd like us to discuss building a [Web Annotation Protocol](https://www.w3.org/TR/annotation-protocol/) server implementation as part of this project. It was part of the...
Finding selections within the DOM and even wrapping them in an element is easy enough, and most developers just "roll their own" highlighter/selector for things like that--hence, they don't "shop"...
I'm contributing to a draft of a spec called [ARIA Annotations](https://w3c.github.io/annotation-aria/). It will be going up for review within the ARIA WG fairly soon. I also wanted to surface it...
Curious to get thoughts from everyone on whether having document identification determination code would be useful for this project. By "document identification determination" I mean the process of sorting out...
Seems the `pgroup` error--which was fixed recently in #791--is back... 😢 Key line below is: > extconf.rb:33:in `spawn': wrong exec option symbol: pgroup (ArgumentError) ``` gem install licensee Temporarily enhancing...