Results 5 comments of Kyle Xie

I got 2 warnings after upgraded to Xcode 14: 1. The app references non-public selectors in Payload/xxxx.app/Frameworks/AWSAuthCore.framework/AWSAuthCore: reloadSession 2. The app references non-public selectors in Payload/xxx.app/xxxx: applicationWillEnterForeground

I was wondering if it's okay if we add a query parameter to the package url, something like `https://cdn.jsdelivr.net/pyodide/dev/full/micropip-0.1-py3-none-any.whl?hash=hash_value`, so that whenever the package changes, the hash_value changes, and the...

Thanks for your reply @rth ! I see your point. That makes a lot of sense. But for some CDN suppliers, it's configurable whether the query parameters will be ignored,...

Agreed. Thanks for replying @rth

@rgb-one your solution works, how about send a PR for this? Thanks.