Paul Schreiber

Results 134 comments of Paul Schreiber

I am having the same problem on macOS 13.5 with gh 2.32.1 and actions/gh-actions-cache 1.0.3.

I'm happy to help on the server/configuration/admin side. Email me if you'd like.

The fixes in #30 are wrong. You should no longer use them http://www.paulirish.com/2010/the-protocol-relative-url/ Use https for all assets, even when your site isn't yet https.

Look out for (and fix) mixed-content warnings once it's up and running. Be sure you have the 301 redirect (on http connections) and `Strict-Transport-Security` (on https connections). Once it's working,...

@huntie As noted in steps to reproduce, this config file was created by the React Native and Expo scaffolding. It's unclear from your comment who should make the changes to...

See also: https://stackoverflow.com/questions/58897928/macos-sdk-headers-for-macos-10-14-pkg-is-incompatible-with-this-version-of-maco I had to update the package version first.

@anshgoyalevil I am using `depcheck` for now.

I wrote up this issues because git-scm.org still has an old Mac version, not because I need personal assistance.

Is there anything I can do to work around this? Have you filed a bug against [rjb](https://github.com/arton/rjb)?

Here's the warning we get now: ``` The following actions uses node12 which is deprecated and will be forced to run on node16: apple-actions/upload-testflight-build@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ ```