Tom Dooner
Tom Dooner
+1. This is super important if you want to run multiple of the same Docker image on the same host, which is a pretty common desire I imagine.
@Saurabh2004in I'm hacking around it by simply not using the `arguments` array, and instead putting them as part of the command, e.g.: ``` json "shell": true, // (the default) "command":...
I did some reading back through the CUT Group research today, and did a bit of number crunching looking back at previous elections and their potential impact on the existing...
Did you link to the right thing? That's the Vagrant setup commit, which did successfully make it into master.
We were actually just discussing this before you came over -- it could actually be titled more effectively as "PACs" or "political action committees"
There might be some semantic distinction there... or maybe there isn't.
@evanwolf Not easily. The meta tags are rendered as part of the page by the backend, but only the JS knows about how to fetch data for the candidate you're...
It seems absolutely appropriate to me for us to somehow link our IECs to their representation on OpenSecrets or whatever other site has information about them. Especially with a link...
As was mentioned at the SF campaign finance summit yesterday, most people consider 501(c)4 donations to be the biggest source of "Dark Money" in California races. - 501(c)4's can only...
Uh, most strings are in the views, so [here](https://github.com/openoakland/opendisclosure/blob/master/views/index.haml) as well as [here](https://github.com/openoakland/opendisclosure/tree/master/assets/js/views). As for un-hardcoding them, I haven't put too much thought into it, however the common Ruby pattern...