Lars

Results 120 comments of Lars

So simply using `angularfire2` and there's no memory problems?

As I wrote, it used to log errors in Health tab when you did a `logger.error`. You could log anything. The health tab now seemingly only reports unhandled errors. It...

Our NPM versions are updated regularly. However we did switch to the Node 14 runtime, 3-4 months ago I'd say. Thanks for the help! 😊

I haven't kept track of when it is used to work like that, but I know it didn't work last week, probably the entire month of August. For all I...

> Work around at this moment. > > ```js > async (snap, context) => { > const _ref = snap.ref.withConverter(Model.converter) > const _snap = await _ref.get() > const action =...

> What a coincidence, I am trying a similar thing too. I am currently attempting to build an AAR plugin for Unity 3D with this Spotify Android SDK. I have...

No that is pretty normal in Android. It's because the plugin needs to support older versions of Android.

See this old pull request https://github.com/WP-API/OAuth1/pull/92 Basically, the oauth_callback url gets double encoded. Our current workaround is to double encode this param as well... to make the handshake work. In...

Nice, but #92 is already a pull request?