Jonathan Langevin

Results 33 comments of Jonathan Langevin

agreed with both of you, tabbing between fields & sections is preferred. Additionally, collapsing unused sections would be nice (at least with a manual toggle collapse).

`jasmine-core` is the official release from the Jasmine project for NodeJS. I'd suggest you get Jasmine 2.0 from there (the version that is released for Node)

@StreetStrider, that's because Jasmine typically provides a boot.js file (browser-side). Such a file apparently isn't provided yet in the node package, I assume new packages will be added that do...

@StreetStrider, if you get a solution working specific to Node.js, please update the Gist (or create a new gist) to show the changes necessary. Part of our team works in...

Ah, error in omission on my part, `output` is a global var that simply exists for appending output. `console.log` seems a good solution :-)

the cloudfuse configuration has a cache setting, so that's likely causing the delay between servers seeing the files (or cloud files is caching it's output). additionally, I received the Transport...

As mentioned in a similar-looking issue, I've seen Transport endpoint errors myself, and it turned out it was due to attempting to transfer >5gb files. See here for how to...

Due to cloudfuse instability and lack of support for large files, I've switched to a tool called "st" for transferring. Uploading via snet goes extremely fast, I believe it was...

On 1gb instance, snet was faster for me than pub. Driving now, I'll send info on st tool shortly. - Jon Langevin -- sent from my Android phone On Aug...

Sorry, meant to post about the 'st' tool. How-to is here: http://www.rackspace.com/knowledge_center/index.php/Does_Cloud_Files_support_large_file_transfer Read carefully, as they have links within the text (like "download here") for you to fetch the st...