Marc Harter
Marc Harter
I'm on Ubuntu 11.04 Natty, and Firefox 6 loads but doesn't 'go' to the site I specified. Just sits at my homepage. Using the code from jelly.io webpage. Is there...
i get: ``` firefox : 2bddbb38-3aad-4c6e-8c11-6007f69374a3 - {"result":false,"path":"../stub/example_file.js","runTime":0} ``` And then it pauses and hangs there, have to stop the script with `CTRL-C`.
if I run the app I and try to go to a site from there I get: ``` sh $ jellyfish firefox (firefox): browser.go('http://jelly.io'); { startURL: 'http://jelly.io/', tid: 'b0002b86-6235-4410-a491-e326c183e1e1', tentacles:...
hmm odd it worked now for me. I had to update the `test.firefox.js' script to include jellyfish like this: ``` js , jellyfish = required('../../lib/main'); ``` instead of ``` js...
chrome test hung for me, does jelly.io support chromium out of the box (I run that instead of straight chrome)?
noticed one other thing. I believe the reason Firefox wasn't working before. If I have no Firefox running, I see that it loads a new profile and then runs tests...
@vmihailenco I ran into this when trying to migration from go-pg. I have the statement: ```go Relation("Task.User.id") ``` And it now gives me an error in "bun": ``` Attachment does...
That works! Thx @vmihailenco
Sorry I missed this case when looking at the previous issues about geometry. It would be super neat to have native support for PostGIS, at least the Geometry type. I...