Chris Metcalf

Results 84 comments of Chris Metcalf

@bowenli86 Sorry for not following up sooner, but of course a pull request would be welcome. FYI, within the next day or two I'll be merging https://github.com/socrata/soda-java/pull/27, which should dramatically...

Consequence of the fact that they're private datasets - Foundry can't load the docs for a dataset that is private because it can't authenticate. I could at least provide a...

As of c39feee48bf67932a918bbaa1516c2e4716cf327, we're at least catching the error and displaying a useful error message. Keeping this open while I consider the security implications of allowing somebody to auth to...

@avaleske You might want to check out https://dev.socrata.com/soql.json, which is already generated by Jekyll on every build.

😜 You’ll never be rid of me!

Ick. Just realize the way that pageviews are being run asynchronously it'll be difficult to inject the custom dimensions. Gonna have to think about this one.

@marks Yeah, those need to be set before I call `ga('send', 'pageview')`, and that happens asynchronously and separately from where I parse out the domain and UID. Totally doable, just...

Awesome feedback @Crashthatch, I do agree that that's a pretty sucky experience. I believe a method to get more details on those is on our engineering roadmap, and I can...