Jordan Brant Baker
Jordan Brant Baker
Not sure if this helps but I'm using `TEST_BROWSER_DRIVER=chrome` on OSX with these versions: ``` "chromedriver": "^2.41.0", "selenium-webdriver": "^3.6.0", ```
@aldeed just curious, what is it that overrides Meteor's default reload mechanism ?
Probably be more persistent at retrying failed requests for HCP would fix it.
Yeah its just the clocks demo, wanted something neutral to reproduce with.
Hey, I had this same problem. I ended up forking the packages and adding this at the top of each .coffee file: ``` meteorBabelHelpers = Package.modules.meteorBabelHelpers ``` which solved the...
have been converting some files earlier today nice to have: - ES6 class support - use ES6 `for X of ARR` to iterate through arrays - optional use of underscore...
@madskonradsen oh, i forgot about `includes`. Yes that would work great.
hey guys... is there a flag or how possible is it to customize the output so that `@foo = 1` becomes `this.foo = 1` instead of `export let foo =...
@alangpierce yes, but Meteor actually ends up internally wrapping each file such that top level `this` exists consistently and declares a global. So in my case it will work. this...
curl output ``` { "name" : "XXX", "cluster_name" : "NNN", "version" : { "number" : "2.3.5", "build_hash" : "NNN", "build_timestamp" : "2016-07-27T10:36:52Z", "build_snapshot" : false, "lucene_version" : "5.5.0" }, "tagline"...