Martin Zeitler
Martin Zeitler
Updated projects to build with Android Studio Chipmunk Patch 1. Also migrated `buildscript` to `plugins` block; Jetifier disabled. The `HdrViewfinder` RS example will be obsolete with Gradle 8.0 Commit [b269dc1](https://github.com/android/camera-samples/pull/489/commits/b269dc18c3d313d1de7f0e2734e71059611a8d3a)...
### Describe the feature you would like to see It seems to me as if only [`AndroidConfig`](https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#androidconfig) would be supported, but not [`AndroidNotification`](https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#androidnotification). Alike this it's kind of difficult to...
The account which hosts `fullstackgcp/gradle` seems to be out of credit: ``` Already have image (with digest): gcr.io/cloud-builders/docker Unable to find image 'gcr.io/fullstackgcp/gradle:latest' locally latest: Pulling from fullstackgcp/gradle e79bb959ec00: Pulling...
This abandoned package: [https://packagist.org/packages/syslogic/doctrine-json-functions](https://packagist.org/packages/syslogic/doctrine-json-functions), which seems to be [https://packagist.org/packages/scienta/doctrine-json-functions](https://packagist.org/packages/scienta/doctrine-json-functions) now, prevents me from packaging [`syslogic/php-hms`](https://github.com/syslogic/php-hms); it's a vendor name `syslogic` conflict. Could you please suggest the above repository URL (this...
https://github.com/cashapp/licensee/blob/7b8b13978aba36faf157bc42404b139057bb7b99/README.md?plain=1#L81-L91 Using the `plugins` API, this is how it would look alike: ``` plugins { id 'app.cash.licensee' version '1.5.0-SNAPSHOT' apply false } ``` ``` plugins { id 'app.cash.licensee' } ```...
I've did a distro upgrade from `centos-linux` to `centos-stream` (as it may not be uncommon due to repository changes). ``` $ make make -C vmmon-only make[1]: Entering directory '/vmware-host-modules/vmmon-only' Using...
Statically requiring `^1.0` may cause dependency issues; this should be `^1.1 || ^2.0` instead. https://github.com/GoogleCloudPlatform/functions-framework-php/blob/5b645eedc7508a16481c364e8cd209fb176d3e03/composer.json#L8 For example (with optional switch `-t`): composer why psr/http-message google/auth v1.30.0 requires psr/http-message (^1.1||^2.0) google/cloud-core...