@brody4hire - C. Jonathan Brody

Results 311 comments of @brody4hire - C. Jonathan Brody

Thanks @dblotsky for confirming. Here is what I did to look through the history of cordova-website, starting from the beginning: ```sh svn checkout https://svn.apache.org/repos/asf/cordova/site cordova-website cd cordova-website svn log -r...

I think the most important reason for preserving the history is to help people understand the context of things in the future. The prime example I gave was in removing...

+1 for links that seem to be still relevant -1 for general progress towards its ultimate purpose "to cease to exist" [[1]](https://phonegap.com/blog/2012/05/09/phonegap-beliefs-goals-and-philosophy/) A blog post and tweet would also be...

> Do you think this is something we (eventually) want to support...? I think this discussion belongs somewhere else, maybe on the mailing list, but I would downvote it at...

I recall that the WKWebView is more sensitive to things like CORS. I think it would be nice for a beginner to see this kind of information with minimal research...

@aszmyd it should be fine to update by force push (we do this kind of thing all the time). Alternative solution which I think is not necessary is to simply...

A couple minor points FYI: - First line should generally be within 50 characters. If you need more then you should add a blank line then keep remaining lines within...

There are a couple background download plugins available, can send the links later today. On Thu, Nov 22, 2018, 11:38 AM Erik Cunha wrote: > I need in my application...

I wonder if we can simply add `Get` to `Nan::Persistent` and `Nan::Global` instead? This would preserve `Nan::PersistentBase` and its subclasses as subclasses of `v8::PersistentBase` FWIW.