drmrbrewer
drmrbrewer
My app has a routine which checks the validity of an in-app subscription (via my own server). But I have found a hacked apk on a download site which somehow...
I have a user that appears to have a genuine installation, but the licence checker is failing. It turns out that the user installed the app (a paid-for version) from...
I'm coming to `gaxios` from `request`. In the latter I'm used to specifying `gzip: true` in my request options, to ensure compression is used in the response (if available). This...
The number of `.pem` files in `/captain/data/letencrypt/etc/keys` is very large and getting larger over time. At present I have 54979 of them, taking up 218 MB of space: # du...
Following on from [this issue](https://github.com/caprover/caprover/issues/1276#issuecomment-985598945)... My suggestion is that CapRover can have a deploy method that is similar to what happens with the [GitHub (etc) deployment method](https://caprover.com/docs/deployment-methods.html#automatic-deploy-using-github-bitbucket-and-etc)... i.e. using `git...
### Version 22.2.0.dev0 ### Steps to Reproduce Install self-hosted sentry as per the guidance without changing anything. ### Expected Result No warning saying `SENTRY_URL_PREFIX setting is deprecated` ### Actual Result...
The [restore section](https://develop.sentry.dev/self-hosted/backup/#restore) of the page relating to backups has the following statement: > This directory automatically gets mounted to /etc/sentry so you can run the following to restore your...
From the docs we are required to use jcenter:  But there is now a lint warning saying that "Jcenter is at end of life", as noted here: https://stackoverflow.com/q/66400264/4070848 As...
I note that `minSdkVersion` for version `1.9` is now `19`. The `minSdkVersion` for my project is `16`, so there's now a conflict. I assume the change up to `19` was...
@suchoX I've started to implement [dynamic colors](https://m3.material.io/libraries/mdc-android/color-theming#using-dynamic-colors) in my app, and it's applying the dynamic color scheme fine in all activities except the `PlacePicker` activity... in that it is still...