Gregor Aisch
Gregor Aisch
For [some charts](http://www.nytimes.com/interactive/2016/07/05/upshot/is-sushi-healthy-what-about-granola-where-americans-and-nutritionists-disagree.html?_r=0) we just have to acknowledge that there is _no way_ to make a 300px version for phones. instead, we need an option to display a zoomed-out version...
I think it would make sense to add some real tests for archieml-js, maybe in form of a proper `vows.js` test suite. I don't get how the current `phantomjs` tests...
Moved from https://github.com/okfn/openspending/issues/320 Original issue: _The bubbletree doesn't produce a good error message when it gets negative amounts. It scales the radii of its circles to these amounts, and thus...
should group the smallest amounts instead of the largest. http://openspending.org/de-bund/explorer?drilldown=einzelplan|kapitel|titel&cut=year:2011#/~/total
fixes https://github.com/developit/snarkdown/issues/78
``` > install.packages('needs') Installing package into ‘/home/gka/R/x86_64-pc-linux-gnu-library/3.3’ (as ‘lib’ is unspecified) trying URL 'https://cran.biotools.fr/src/contrib/needs_0.0.3.tar.gz' Content type 'application/x-gzip' length 5472 bytes ================================================== downloaded 5472 bytes Error in library(needs) : there is...
If you want to pre-load images for use in canvas, you have to do this ``` js var imageObj = new Image(); imageObj.onload = function() { // do sth, e.g....
in the first import step, this query fails: ```cypher WITH 'https://docs.google.com/spreadsheets/u/1/d/1Z5Vo5pbvxKJ5XpfALZXvCzW26Cl4we3OaN73K9Ae5Ss/export?format=csv&gid=634968401' AS url, ['LOAN','LOBBIED','SALE','SUPPLIER','SHAREHOLDER','LICENSES','AFFILIATED','TIES','NEGOTIATION','INVOLVED','PARTNER'] AS terms LOAD CSV WITH HEADERS FROM url AS row WITH apoc.text.regreplace(toUpper(row.Connection),'\\W+','_') AS type, row, terms...
[This page](https://developer.matomo.org/guides/spa-tracking) is talking about how to use Matomo in SPAs, but it's referring only to `hashchange` style navigation. These days, SPAs are almost exclusively using `pushState` navigation, so it...
Hi I want to write a bot that can go through the files of a team to automatically run static site generator scripts etc. From what I see here there...