Brian
Brian
Attempting to build NodeOS, I get the following error when running `npm install`: npm ERR! Linux 4.10.0-28-generic npm ERR! argv "/home/brian/.nvm/versions/node/v4.8.6/bin/node" "/home/brian/.nvm/versions/node/v4.8.6/bin/npm" "install" npm ERR! node v4.8.6 npm ERR! npm...
The link to Sombra's MLP wikia page, which is normally preceded by the "chain" icon in tag descriptions, has incorrect formatting. Specifically, the description text is currently: [icon]chain[/icon http://mlp.wikia.com/wiki/Sombra when...
GET /api/v2/story-tags?filter[type]=character The above endpoint returns a flat list of character tags. There is no data to allow consuming code to automatically group the tags in the same fashion as...
PATCH /api/v2/stories/:id { "data": { "type": "story", "attributes": { "submitted": false } } } The above payload with the above endpoint does nothing. `"submitted": true` _does_ add a story to...
PATCH /api/v2/stories/:id Specifically tested with the above endpoint, but the problem may affect other endpoints as well. `relationships` are not updated at all with the PATCH request. With the above...
GET /api/v2/users/me/stories?include=chapters GET /api/v2/stories/:id?include=chapters The above endpoints only return published chapters in the `included` field. And yet, `GET /api/v2/stories/:id/chapters` does return unpublished chapters (but not the story data, so two...
Trying to follow the documentation to make use of `@listen`, I added `import {DeclarativeEventListeners} from '@polymer/decorators/lib/declarative-event-listeners.js';` to the top of my file and my element extends `DeclarativeEventListeners(PolymerElement)`. However, when my...
paper-typeahead-input version: 1.3.15 Polymer version: 1.8.1 paper-typeahead-input does not include `` anywhere, so it is impossible to include prefix/suffix elements. For example: Expected: An "X" icon button on the right...