György Frivolt
György Frivolt
@jeluard, using `garden.arithmetic/+` helps. I can use it. @noprompt: ``` cljs.user=> (type (-> [:#el { :margin-top (+ (px 5) (px 6)) }] first :margin-top)) nil cljs.user=> (type (-> [:#el {...
my dirty, but working attempt here https://github.com/netronixgroup/digest-brunch
+1 this would be really useful
I noticed the same issue, using rails 3.2.8, similarly with both pow & thin an empty page is produced.
I miss the part behind the hash too. What's the reason it's not taken into account?
With ruby 1.9.2p290 Johnson v2.0.0pre3 still does not compile. Would be great if it would.
Ok, I take a look, I've used AWS sig4 with elastisch, it would be easy to use it inside of a function without onyx-elasticsearch. If it's simple though I'll make...
I'm having the same missing jsApiReporter variable issue. The specs pass but at the end the strange error shows up: ``` Running `"/usr/local/bin/phantomjs" "/home/runner/environet-ui/vendor/bundle/ruby/2.2.0/gems/jasmine-rails-0.10.5/lib/jasmine_rails/../assets/javascripts/jasmine-runner.js" "/home/runner/environet-ui/tmp/jasmine/runner.html?spec="` Running: /home/runner/environet-ui/tmp/jasmine/runner.html?spec= Starting... Finished -----------------...
Thank you @AntiFish03, I tried to go through it, there's certainly lot of things to learn from the code you gave.
actually the problem showed up to be with `phantomjs`, we use now 1.9.7, version 1.9.8 has bugs, and the fixes are only on phantomjs master, no release before 2.0 is...