Re: New and/or improved file plugin

2013-12-15 Thread Brian LeRoux
thx so much for tackling this Ian, its a super complex part of the story. will dig in over the break / hopefully you are now taking a break! On Mon, Dec 16, 2013 at 4:38 PM, Ian Clelland wrote: > On Friday I finally committed the Android changes and the last of the iOS > changes to the file plu

Re: [Node 101] Part 1: Small Modules

2013-12-15 Thread Brian LeRoux
More fun on the topic. http://www.richardrodger.com/monolithic-nodejs#.Uq6k4WQW2LB Love the thinking spreading to hypermedia w/ the term 'microservices'. Not directly in our wheelhouse but related. On Mon, Dec 16, 2013 at 12:08 PM, Brian LeRoux wrote: > Super interesting, I am surprised this

New and/or improved file plugin

2013-12-15 Thread Ian Clelland
On Friday I finally committed the Android changes and the last of the iOS changes to the file plugin to the dev branch of cordova-plugin-file. For those of you who haven't been following along, there are two big changes in this release: 1. The plugin is now modular; code that handles regular

Re: [Node 101] Part 1: Small Modules

2013-12-15 Thread Brian LeRoux
Super interesting, I am surprised this doesn't come up more often really. I suppose the moral of the story is to avoid executing code in your modules outside of the scope of things you are exporting. On Mon, Dec 16, 2013 at 3:46 AM, Patrick Mueller wrote: > The big problem with exporting funct

RE: plugins.cordova.io: UX redesign

2013-12-15 Thread Smith, Peter
My name is Plugus Aycius Decius, commander of the plugins of the north, general of the cross-platform legions, loyal servant to the true emperor, Cordovus. And I will have my vengeance, in this version or the next. -Original Message- From: Wargo, John [mailto:john.wa...@sap.com] Sent: Sat

Re: [Node 101] Part 1: Small Modules

2013-12-15 Thread Patrick Mueller
The big problem with exporting functions - or exporting anything by using `module.exports =` style of exporting - is recursive require problem. I couldn't quickly find any ref to this on the web, so did a little gist: https://gist.github.com/pmuellr/7975152 On Thu, Dec 12, 2013 at 7:37 PM, Brian

libCordova.a, missing required architecture arm64

2013-12-15 Thread Jorge Torres
Hello, Does someone know how can I compile libCordova so that it supports arm64 for ios? Thank you, Jorge