-
_For posterity: this ticket is created from discussion which originally took place in #13 much earlier._
## Background
In #13 we are [struggling with exactly how to relate posts and terms](https://gi…
-
Here's my code. If you copy the JSON out of my code and put it in the Vega editor, I get the same result as shown by the editor-provided code.
Any hints? The scaffolding works for other Vega graphs.…
-
# Overview
Many publishers use story cards for onward journeys. Here is an example from the Guardian:
![image](https://cloud.githubusercontent.com/assets/8774970/10548493/0cb665c6-7433-11e5-980a-e26…
-
> My thinking is that "controller" is not sufficiently agnostic; the word comes with MVC baggage, yet it's use is very flexible
> [source](https://github.com/lhorie/mithril.js/issues/413#issuecomment-…
-
## Description
The processes, environments, and resources required to construct artifacts that compose a desired image are typically irrelevant to its runtime. For example, the tool chain: language…
-
# dcell
## cons
- depends on another process for registry needs
- no authentication
- no authorization
- connected peers can execute any ruby code
- encryption setup must be done manually
- not compat…
-
The GET verb is traditionally used for fetching a resource, a collection of resources, and a subset of a collection of resources where the constraints are typically expressed by query parameters.
Un…
-
It'd be really handy to be able to require() a JSON file. With this:
``` javascript
require.extensions[".json"] = function (m) {
m.exports = JSON.parse(fs.readFileSync(m.filename));
};
```
you cou…
-
I realize that the progres api is deprecated. I have a use for it, which I can't think of another way to implement -- easily -- alternate suggestions are very welcome!
I am modifying an ORM to suppor…
-
This issue was started in #1756 by @ChetHarrison
We should build a tool that helps automate some of the `jsdoc` work involved with documentation:
1. generate yaml for new classes / utility functions
…