BigBlueHat
BigBlueHat
Here 'tis. 😁 I've switched the PHP-based directory parsing to a couple Liquid template includes (...which are a bit insane to understand, but they do work). The only PHP left...
I started by attempting to extract the exiting JSON-LD hinter in use on the playground: https://github.com/json-ld/json-ld.org/blob/master/playground/jsonld-hint.js However, I quickly found that it's tightly coupled with the playground's assumptions (depends on...
This first came up in https://github.com/json-ld/json-ld.org/pull/461#issuecomment-280783038. Given that the [json-ld/minutes](http://github.com/json-ld/minutes) is essentially static--or could easily be made to be--it could easily be hosted as a gh-pages site. Making the site...
## Issue Report `bundle install` fails on Windows because of `charlock_holmes` and `rugged` issues. For `charlock_holmes`, I had to install it directly with these settings: ``` $ gem install charlock_holmes...
Finally following up the action I took in https://github.com/w3c/publ-wg/issues/48 (because I haven't been able to locate my earlier draft...). This partly relates to #453. The beginning of the [Primary Entry...
First, thanks for building this! It's a great example of a PouchDB/CouchDB-based application. Second, there's no license declared in the repository (or code). Would you be open to adding one?...
The [hal+json registration](http://www.iana.org/assignments/media-types/application/vnd.hal+json) references http://stateless.co/hal+json which 404s. @mikekelly could you setup a redirect from that to the correct URL? Which I guess would either be: https://tools.ietf.org/html/draft-kelly-json-hal-07 or http://stateless.co/hal_specification.html
The following bit of JavaScript isn't likely even copyrightable. However, license robots choke on it because it's found on StackOverflow--and therefore under the CC-BY-SA 4.0 (per their current [Terms and...
Throws this error: > jsonld.InvalidUrl: Dereferencing a URL did not result in a valid JSON-LD object. Possible causes are an inaccessible URL perhaps due to a same-origin policy (ensure the...
I've done `npm i` and tweaked just the `cloudant` bits in `config.json` as well as setup an API key/secret with `_admin` privs on both the `articles` and `feeds` databases. But...