Hi,
my name is Daniel Toplak, I am the team leader of the mobile development
department of CADENAS GmbH, Augsburg, Germany, http://www.cadenas.de.
We are using Cordova for our mobile app development since phonegap 2.6.
We have signed the CCLA, and created an account on Jira.
I have a cordova imp
Github user kant2002 commented on the pull request:
https://github.com/apache/cordova-lib/pull/113#issuecomment-64306648
I believe that failing build is due to fact that I create that pull request
from Windows.
I will try to verify that on my Mac test suite will work and let you kn
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-browser/pull/4
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature
Github user mmocny commented on a diff in the pull request:
https://github.com/apache/cordova-browser/pull/4#discussion_r20839578
--- Diff: bin/templates/project/cordova/run ---
@@ -20,10 +20,33 @@
*/
var shell = require('shelljs'),
-spawn = require('child_pr
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-js/pull/92
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is e
Github user sosahvictor commented on the pull request:
https://github.com/apache/cordova-lib/pull/113#issuecomment-64282584
Hello Andrey. Any news here? I'm interested on this one and noticed you are
working on it
---
If your project is set up for it, you can reply to this email and
https://issues.apache.org/jira/browse/CB-8063
What I am discussing requires a change in cordova.js that will affect
all platforms.
NO_RESULT (integer:0) is treated as success by iOS [1] and Android [2].
On Android, NO_RESULT is not processed on the JS layer if keepCallback
is true [3]
while on
GitHub user purplecabbage opened a pull request:
https://github.com/apache/cordova-js/pull/92
Removed old warning-only code
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/purplecabbage/cordova-js CB-8066
Alternatively you can r
Github user sosahvictor commented on a diff in the pull request:
https://github.com/apache/cordova-browser/pull/4#discussion_r20829122
--- Diff: bin/templates/project/cordova/run ---
@@ -20,10 +20,33 @@
*/
var shell = require('shelljs'),
-spawn = require('chi
Github user sosahvictor commented on a diff in the pull request:
https://github.com/apache/cordova-browser/pull/4#discussion_r20828764
--- Diff: bin/templates/project/cordova/run ---
@@ -20,10 +20,33 @@
*/
var shell = require('shelljs'),
-spawn = require('chi
Github user sosahvictor commented on a diff in the pull request:
https://github.com/apache/cordova-browser/pull/4#discussion_r20828724
--- Diff: bin/templates/project/cordova/run ---
@@ -20,10 +20,33 @@
*/
var shell = require('shelljs'),
-spawn = require('chi
I want to do a plugins release next Monday, Dec 1. (Thursday/Friday are
holidays in the states).
I will review PRs the next few days, please bring any that you deem
important to my attention.
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-js/pull/91
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is e
Github user stevengill commented on the pull request:
https://github.com/apache/cordova-js/pull/91#issuecomment-64276256
These changes are trivial and don't require a review. Just merge it in
@jsoref
---
If your project is set up for it, you can reply to this email and have your
rep
Awesome way to introduce yourself, with a commit!
(We should suggest this in our docs ;)
Thank you Tim, and glad to meet you!
On Fri, Nov 21, 2014 at 4:16 PM, Tim Barham
wrote:
> Thanks for the welcomes, everyone. And thanks for the pull, Jesse!
>
> Tim
>
> -Original Message-
> From: J
Excited to have you on board, Omar.
On Mon, Nov 24, 2014 at 5:03 PM, Andrew Grieve wrote:
> Happy to have you help out Omar!
>
> On Fri, Nov 21, 2014 at 8:33 PM, Jesse wrote:
>
> > Welcome Omar!
> >
> > @purplecabbage
> > risingj.com
> >
> > On Fri, Nov 21, 2014 at 3:56 PM, Mefire O.
> wrote:
[[Stupid User] Problem] or [Stupid [User Problem]] ? ;)
On Sat, Nov 22, 2014 at 6:32 AM, John M. Wargo wrote:
> Nevermind. Stupid User Problem.
>
>
>
> Original Message
> Subject:Firefox OS problem
> Date: Fri, 21 Nov 2014 21:27:40 -0500
> From: John M. Wargo
> To:
..and I just tried with { stdio: 'default' } and the current run.js
implementation doesn't actually support a callback for spawn, nor return
the promise result.
This line:
https://github.com/apache/cordova-lib/blob/master/cordova-lib/src/cordova/run.js#L44
should be returning a promise which, whe
GitHub user jsoref opened a pull request:
https://github.com/apache/cordova-js/pull/91
Docs updates
r? @stevengill @agrieve @brianleroux
(I'm happy to fold these changes together, they're split for
reviewability/veto)
You can merge this pull request into a Git repository b
Happy to have you help out Omar!
On Fri, Nov 21, 2014 at 8:33 PM, Jesse wrote:
> Welcome Omar!
>
> @purplecabbage
> risingj.com
>
> On Fri, Nov 21, 2014 at 3:56 PM, Mefire O. wrote:
>
> > Hi,
> > My name is Omar Mefire.
> > I'm an engineer with the Visual Studio team at Microsoft and new to
> >
Try passing { stdio: 'default' } to your call to `run` and you should get
the output as a string as part of the callback. This will come as one
block at the end of the script, not as a stream, hopefully that will
suffice.
It looks like the fixture-stdout library you tried works by decorating
proc
I don't think it's possible without a code change (which we're completely
open to). I tried once to route that through the existing events system,
but the problem is that doing so results in random newlines being inserted
everywhere. We'd probably need to add a new event (maybe "rawlog") that
route
Thanks Michal!!
I'll look at the comments. I think we can close this thread and keep the
conversation there ;-)
2014-11-24 15:29 GMT-06:00 Michal Mocny :
> I've updated the PR with comments. Thanks for solving the issue with start
> page and adding support for linux!
>
> On Thu, Nov 20, 2014 at
I've updated the PR with comments. Thanks for solving the issue with start
page and adding support for linux!
On Thu, Nov 20, 2014 at 3:57 PM, Victor Sosa wrote:
> Hello Michal.
> Have you had time to look at this PR?
>
> 2014-11-10 9:08 GMT-06:00 Michal Mocny :
>
> > On Thu, Nov 6, 2014 at 8:5
Github user mmocny commented on a diff in the pull request:
https://github.com/apache/cordova-browser/pull/4#discussion_r20823674
--- Diff: bin/templates/project/cordova/run ---
@@ -20,10 +20,33 @@
*/
var shell = require('shelljs'),
-spawn = require('child_pr
Github user mmocny commented on a diff in the pull request:
https://github.com/apache/cordova-browser/pull/4#discussion_r20823394
--- Diff: bin/templates/project/cordova/run ---
@@ -20,10 +20,33 @@
*/
var shell = require('shelljs'),
-spawn = require('child_pr
Github user mmocny commented on a diff in the pull request:
https://github.com/apache/cordova-browser/pull/4#discussion_r20823313
--- Diff: bin/templates/project/cordova/run ---
@@ -20,10 +20,33 @@
*/
var shell = require('shelljs'),
-spawn = require('child_pr
Github user mmocny commented on a diff in the pull request:
https://github.com/apache/cordova-browser/pull/4#discussion_r20823525
--- Diff: bin/templates/project/cordova/run ---
@@ -20,10 +20,33 @@
*/
var shell = require('shelljs'),
-spawn = require('child_pr
Github user mmocny commented on a diff in the pull request:
https://github.com/apache/cordova-browser/pull/4#discussion_r20823145
--- Diff: bin/templates/project/cordova/run ---
@@ -20,10 +20,33 @@
*/
var shell = require('shelljs'),
-spawn = require('child_pr
GitHub user JayCanuck opened a pull request:
https://github.com/apache/cordova-lib/pull/122
CB-8052 [webOS] Update cordova-lib for webOS support
Note: Requires https://github.com/apache/cordova-js/pull/89 and
https://github.com/apache/cordova-webos/pull/2 to be merged first
You can
And yet more options:
- chrome.bluetooth -
https://github.com/MobileChromeApps/mobile-chrome-apps/tree/master/chrome-cordova/plugins/chrome.bluetooth
- chrome.bluetoothLowEnergy -
https://github.com/MobileChromeApps/mobile-chrome-apps/tree/master/chrome-cordova/plugins/chrome.bluetoothLowEnergy
(Y
Github user purplecabbage commented on the pull request:
https://github.com/apache/cordova-plugin-globalization/pull/31#issuecomment-64263193
We are starting to develop a bad habit here. Soon every plugin is going to
be a new project that is added to the solution. I do not doubt tha
GitHub user oliversalzburg opened a pull request:
https://github.com/apache/cordova-plugin-device/pull/26
Support for Windows Phone 8 ANID2
ANID is only supported up to Windows Phone 7.5
You can merge this pull request into a Git repository by running:
$ git pull https://github
Github user fujunwei commented on the pull request:
https://github.com/apache/cordova-android/pull/133#issuecomment-64165859
ping @agrieve @clelland Please take a look, Thanks.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as we
34 matches
Mail list logo