ypapax

Results 4 issues of ypapax

Is there any function that returns only after some js code return true. ``` func waitForRedButton(session *webdriver.Session){ session.waitForJs(`$('#redButton').css('color')=='red'`) // next code should be executed only after `#redButton` becomes red }...

my app.js is: ``` require("iced-coffee-script"); require("./serverOneNode.iced"); ``` when I run it: ``` node app.js ``` got error: ``` /projectPath/node_modules/iced-coffee-script/lib/coffee-script/coffee-script.js:200 throw new Error("Use CoffeeScript.register() or require the coffee-s ^ Error: Use...

In _iced coffee script_ version **1.6.3-f** `autocb` is working. But in later versions is not: ``` ❯ iced --version IcedCoffeeScript version 1.7.1-g ❯ iced /path/to/file.iced ReferenceError: autocb is not defined...

I cannot install this library. `go get github.com/carmark/pseudo-terminal-go` outputs `package github.com/carmark/pseudo-terminal-go imports terminal: unrecognized import path "terminal"`