Nathan

Results 61 comments of Nathan

Background mode shouldn't be enabled in the library. Add a note in the README, under [extra-requirements-for-permissions](https://github.com/nickoneill/PermissionScope#extra-requirements-for-permissions)

Thanks for the test. After updating my issue with Docker and Linux and now macOS, clearly seems like an issue with Windows. Repro available with CircleCI + Windows: https://github.com/bre7/supabase-1624 https://app.circleci.com/pipelines/github/bre7/supabase-1624/1/workflows/4e590083-1e5c-4013-b07c-58dfe234fbc9/jobs/1...

There are typings already available: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/numeral/index.d.ts `"@types/numeral": "^2.0.4",`

One subspec per permission seems....too much. Isn't there a way to use weak linking like in ObjC ?

For now I'd suggest forking and removing unused permissions (or editing the Pods project) 😞 Not sure if there's a perfect solution to these problem

There are some issues in SO like these: > [...] AdMob seems to have references to the Calendar so an app I have which uses ads, and does not use...

Yeah. The frameworks are being linked because of the import statements.

One Pod per permission ?

Meant subspec :D > @bre7 I'm not convinced this is required... if we include many frameworks in a single podspec but don't import them anywhere, I've been given the impression...