-
https://www.w3.org/TR/tabular-data-model/
Of particular note is the overall json schema and URI templating approach. There may be re-usable components and there's probably a benefit to standardisin…
-
We have a super handy framework called ["chaosmonkey"](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/chaosmonkey/chaosmonkey.go) (curiously named despite it having relatively little in…
ghost updated
7 years ago
-
We've debated PyTorch versus TensorFlow a couple times already, but I think we should re-open the debate. PyTorch has been maturing and is starting to get buy-in from organizations (http://www.fast.ai…
-
Hi,
I've downloaded the AstTray application but am getting the following message when running ;
Timeout Waiting for Protocol Identifier.
I'm connecting to an AsteriskNow installation and feel there…
-
Our plan for releasing FATES is that it will become a community model, adopted by a broad user base, and so I thought now would be a good time to give a little thought to how to help that along the w…
-
Update the following URL to point to the GitHub repository of
the package you wish to submit to _Bioconductor_
- Repository: https://github.com/PMBio/slalom
[NB: I am submitting this package un…
-
While reading `.yaml` files for indexing with Elasticsearch, I found syntax errors in `genes` fields of 8 models similar to the following errors:
```Diff
iSyn731/reactions.yaml:
- genes: (sll1102 …
-
- [x] 1.1 I would split chapter 6 into input versus output (visualization). The former, I would add to chapter 2, while the latter could be a little expanded by some of the material taught at Use R! c…
-
I just updated to node v0.10.5 + npm v1.2.21 and started getting this error on any npm package I try to install:
```
npm ERR! TypeError: Object.keys called on non-object
npm ERR! at Function.keys…
-
Introduce two new syntax for type declaration based on JSDoc
``` typescript
var myString: !string = 'hello world'; //non-nullable
var myString1: ?string = 'hello world'; // nullable
var myString2: s…