jacobg
jacobg
I'm doing a basic proof-of-concept in iOS simulator. I've created my dynamic link as follows (anonymizing my app name here): https://example.page.link/abc => https://example.com/123 If I open the link "https://example.page.link/abc", then...
https://github.com/chemerisuk/cordova-plugin-firebase-messaging/blob/0ecfae7c32eaca55f6368413f2275596191025b9/src/android/FirebaseMessagingPluginService.java#L61-L62C49 ```objectivec notificationManager.createNotificationChannel( new NotificationChannel(defaultNotificationChannel, "Firebase", NotificationManager.IMPORTANCE_HIGH)); ```
Cordova driver needs to copy query rows affected into query result
On App Engine Python 3.9, the Python Datastore client is raising sporadic `Unauthenticated` errors. By far, most calls are successful. Here is the stacktrace: ```python Traceback (most recent call last):...
Thanks for this library! Any plans for disjunctive/conjunctive queries? e.g., filtering list fields for multiple values?
The following error occurred once on my pubsub function. It's otherwise run fine hundreds of times without any issue. ```python Traceback (most recent call last): File "/layers/google.python.pip/pip/lib/python3.11/site-packages/flask/app.py", line 2190, in...
It looks plain `retry` boolean is supported, but not `RetryConfig` in order to specify backoff and max attempts. Thanks.
``` File "faker_e164/providers.py", line 64 def _get_e164_numerify_pattern(self, region_code: str, is_possible=True): ^ SyntaxError: invalid syntax ```
The source code contains peer dependency for unplugin-vue-components at version 0.27.0: https://github.com/LouisMazel/maz-ui/blob/0ee50bd5b4f4e55b26e638df11919e0fe968d7c2/packages/lib/package.json#L107 However, on npm it's 0.26.0: https://www.npmjs.com/package/maz-ui?activeTab=code Since there was an npm release more recently than the update to...