Jake Cattrall

Results 87 comments of Jake Cattrall

We're releasing the new igdb.com in small stages. It's been a wild ride with afterjs but we are happy we're on the right course. https://next.igdb.com

@ivan-kleshnin One thing to note here is that while afterjs is a starting point, it's really [Razzle](https://github.com/jaredpalmer/razzle/commits/master) that runs under the hood. That has a lot more activity. The other...

I added this in my options and now, not only does it actually attempt to deploy, it also throws an unhandled error message. Addied this... ``` rsync({ options: { 'verbose':...

I have the exact same setup/issue and am also interested in trying this out.

I've switched to cronicle-edge but sadly I get [stuck waiting for master server](https://github.com/cronicle-edge/cronicle-edge/issues/2) out of the box.

@hugobast thanks for taking the time!

Thank you very much. So as I understand it... - application.js loads react_ujs with the extended code as you've written - components/a.js updates the react_ujs context with it's imports -...

@rmosolgo lol, but sadly we're talking 3mb of javascript compressed. `app/javascript/packs/components/common.js` exists. That is the context I want to use, just a single file. I tried putting it in an...

@alexanderadam there was no upstream issue so I [created one](https://github.com/t3rm1n4l/go-mega/issues/25).

MegaCMD has an undocumented [auth-code](https://github.com/meganz/MEGAcmd/blob/bdf70803e6bfc3b4caadec9c82d9a2786b0094fe/src/megacmdexecuter.cpp#L8028) flag. This looks to be the only library I have found that has that functionality. It looks like the go-mega library uses some rest api...