Steven Parkes
Steven Parkes
Okay. I think the "could not load" is because you are not setting default_host and app_host. Did it now work when you tired that. (I'm not sure it's been tested/works...
The default_host/app_host stuff should be fixable, as long as you're not trying to change it on the fly and/or use more than one host. Is that right? (It might be...
If you have some way I can simply recreate this, I can at least triage it, to see if it's an easy fix ... or a hard one.
Can you push a repo I can try? Do you get any envjs error when you do this? Google has enough messy JS on their page that it breaks envjs....
Cool. This is should be able to make some sense of. As long as it's not tortured JS ...
Is this still an issue? If so, can you tell me how to replicate it? I did the normal rake test and cucumber tasks and they succeed.
I don't think env.js has much support for CSS at this point. IIRC, it's going to require special handling of the style attribute which isn't there ...
"This feature will become more important after Opscode removes all cookbook metadata.json.": this has happened. You can always do a "rake metadata" to bulk-create json from the rb. Took me...
FWIW, some drivers can handle it via connection parameters, e.g., https://github.com/go-sql-driver/mysql
I don't know that much about the way Harmony does its page stuff, but ... You can reset/clear a window by setting it's location to "about:blank" (unless Harmony is putting...