Christopher Beck
Christopher Beck
what are the thoughts on support for this?
@kdoh I've not used Clojure. We currently use Scala. I don't suppose Clojure being on the JVM it could be written in Scala or Java and referenced in Clojure?
@paoliniluis that is actually a great idea. but as @julienba I'm also curious to know how you've got on with that
Thanks @alexanderadam for submitting this request. May I ask what are you using Scale8 for? Tag Manager, analytics or both?
Thanks @alexanderadam :)
@MostHated i've not actually tested this is great detail. DNS failover happens at the application level where multiple A records are provided. I created this simple project for development use,...
@MostHated not for NodeJS - it's easy enough to write a decent one in Python or Java however. There are a few good libraries too in those languages.
It returns ```return {top: 0, left: 0}``` from here... ``` offset: function(coordinates){ debugger; if (coordinates) return this.each(function(index){ var $this = $(this), coords = funcArg(this, coordinates, index, $this.offset()), parentOffset = $this.offsetParent().offset(),...
Further testing would suggest it drops connection at 60 seconds from time of open connection... (both OSX & Ubuntu)
I have tried forcing keep alive on the socket. Out of ideas how to prevent the connection timing out. I can't find anything in the nodejs config that would override...