Jon Perl

Results 10 comments of Jon Perl

I do not think the package is loading, otherwise you would see this code as the response instead `https://github.com/AdamBrodzinski/meteor-phonegap-oauth/blob/master/patch_login_response.js#L17-L28`. `0.9.0` is the packaging release, we probably need to upgrade this...

It seems like meteor is [fixing the oauth flow for cordova](https://github.com/meteor/meteor/commit/9ba7a6f117acfd7b18dec2b2cb0cc538fd97c487) so we may not need this package soon.

I would also try the latest master, 14d510e618fcdde7299d0bf86366aad5c9c42a1c may have fixed it.

FWIW I added it to atmosphere here. https://github.com/jperl/meteor-nameparser

@IAmHughes The [linked github action](https://github.com/actions/upload-release-asset/issues/4#issuecomment-544255752) support multiple files and works really well. Unfortunately it is now deprecated and references to use this one. I changed the github workflow to use...

Related to this, when I tried to install `[email protected]` when I run it I get this This is not an issue with `[email protected]`

We want variable changes to trigger refetch from network, but not changes to the subtree causes by other mutations. With this example, if the mySizeProp changes will it refetch from...

Thanks @Akarshit, this uses the screencast from chromium devtools protocol, which only has the video frames of the browser and audio is not included. Using ffmpeg with a screen capture...

If you use [`qawolf.register(context)`](https://docs.qawolf.com/docs/api/qawolf/register) it will save multiple videos, one per page.

@mxschmitt Did an investigation of this. It's not quite ready yet. We will definitely add it when it is though.