David Luhmer
David Luhmer
Adding checksums to Android repos like android-common for gradle based build toolchain, see https://docs.gradle.org/current/userguide/dependency_verification.html. Reference: https://github.com/nextcloud/android-common/pull/252 TODO: We'll have to move to renovatebot which is capable of update checksums when...
This MR disables Glides Caching and uses OkHttp's caching instead. The reason is that Glide does not care about ETags and Last-Modified Headers. Once a URL is in the cache...
Nowadays many website support high-resolution favicons (see: https://stackoverflow.com/a/22007642) It would be very helpful if this library extracts the higher resolution favicon or returns a list of all available favicons that...
Android Studio seems to be complaining that the app should use the new MenuProvider (`addMenuProvider`). https://shakilbd.medium.com/migrate-your-old-oncreateoptionsmenu-to-new-menuprovider-2bbbba486592
### 📑 I have found these related issues/pull requests - ### 🛡️ Security Policy - [X] I agree to have read this project [Security Policy](https://github.com/louislam/uptime-kuma/security/policy) ### Description When monitoring Google...
https://github.com/CycloneDX/specification/blob/master/schema/bom-1.6.schema.json#L2870C14-L2870C25 extend `analysis` object: ```json "firstIssued": { "type": "string", "format": "date-time", "title": "First Issued", "description": "The date and time (timestamp) when the analysis was first issued." }, "lastUpdated": { "type":...
**Describe the bug** When creating a new project the project does not show up until the page is reloaded **To Reproduce** Steps to reproduce the behavior: 1. Create new project...
**Describe the bug** When creating a new repo (manually) and uploading an SBOM file the database will not set the `default_branch` (for the automatically generated `main` branch) to `true`. Therefore,...