Fred Blundun

Results 37 comments of Fred Blundun

It's an interesting trade-off - the intermediate representation makes it easier to do this kind of programmatic analysis of the bad rows, but also means we lose the ability to...

There are some other alleged 0.9.1 mirrors linked here: http://www.filewatcher.com/m/thrift-0.9.1.tar.gz.3402353-0.html But hosting it ourselves may be the most reliable option, as long as we remember to keep up with new...

You're right, I've edited to fix this!

This would be quite a big architectural change. Currently, multiple tracker instances are configured separately and track events separately. This change would make it possible for two events with different...

We could add a new field called e.g. `api_call_id` which be the same for when different tracker instances send their own versions of the same event.

Adding it to the fragment is problematic since it may interfere with an existing fragment. For example, in the URL ``` https://github.com/snowplow/snowplow/wiki/Configuring%20the%20Clojure%20collector#enable-connection-draining-for-your-elastic-beanstalk-instance ``` any change to the fragment will prevent...

It looks like Buzzfeed are using 9 random characters, each of which can be either a digit or an uppercase or lowercase letter. So there are a total of about...

See [Modifying a querystring without reloading the page](http://stackoverflow.com/a/19279428/3310775). Unfortunately this technique looks like it doesn't work for older browsers.

One possible way this can happen even when cookies appear to be enabled: A user navigates to the page They open another tab in the same domain They disable cookies...