Greg Weber
Greg Weber
is there a guide to converting from coffeescript?
Note the version bump here: that makes it no longer correspond to classy-prelude. This is now confusing because the library started off tracking versions. This library now saves 6 lines...
given that classy-prelude-yesod is just an import list, I would rather just put it in the scaffold in Import.hs. I have a couple issues with it as is: - adds...
``` coffee insertTags :: (Str, [...Any]) -> Str insertTags = (str, tags) -> tags.sort() str insertTags("foo", [ id: 130410605169 length: 14 name: "Chelsea Lately" offset: 0 type: "page" , id:...
This issue seems similar to: https://github.com/disnet/contracts.coffee/issues/54 An equality test broke for me on the same object but one was wrapped in a contract. In Chrome, the object normally shows up...
This is a very confusing error message. In this case: ``` coffee MyC = ?({ myc: -> MyC }) ``` The message should be: "recursive contract 'MyC'", please use Self
Wait is a hack that slows things down and can give incorrect results. I think it would be easy enough to follow links by using onLoadStarted and onLoadFinished. However, onLoadFinished...
There should be a helper for dumping the page contents to a file, and this should be automatically done when a test fails. I tried to use console.log(@page.content) after clicking...