NomadicDeveloper22

Results 84 comments of NomadicDeveloper22

Any word on this getting merged? Seems silly that this PR has been collecting dust

Pinging @RanVaknin based on the github action notification and that it doesn't appear, anyone will see @henryson comment otherwise

Getting an error when trying to build: ``` Could not build the precompiled application for the device. Swift Compiler Error (Xcode): Type 'WorkmanagerPlugin' has no member 'registerBGProcessingTask' ``` On IOS...

I got this working perfectly now! Needed to use a different ref ``` workmanager: git: url: https://github.com/absar/flutter_workmanager.git ref: 73cc539cd2f1b992b468e6c44f5d0a7919d7ffda ```

Not abandoned, just slow development

@dbader not sure if this PR is just flying under the radar on your github notifications, but this seriously needs merged

Hoping support can be added soon

If you are only going to be using svg images, https://pub.dev/packages/flutter_svg is the way to go. All network svgs are cached by default regardless of http headers

To add to alternatives, you can also apply a rate limit on a dns level. Cloudflare makes it easy to configure a WAF

> You cannot apply _"rate limit on a dns level"_, whatever that means, @TheRedSpy15 Cloudflare is effectively a reverse proxy, and this approach has been discussed before. ![image](https://github.com/pocketbase/pocketbase/assets/32081703/0ffffb73-d97d-4dd4-9f6d-324088661cf2) DNS level...