Travis Collins
Travis Collins
MacOS has the SecAccessControlCreateFlags type that allows you to define simple or complex combinations of authentication to access passwords in the keychain. This library should allow the developer to at...
I'm experiencing the same issue. Many build attempts fail because of missing node header files. I see those files with "DELETE..." appended. This is on a GitHub Action runner using...
I was able to reproduce this locally with a small project. The package mmmagic uses node-gyp during install. Windows 11 (latest) Node 16.13.2 ``` npm init npm install mmmagic ```...
I've found that doing the following seems more reliable (will report back if it fails in the future) ``` npm init npx node-gyp install 16.13.2 npm install mmmagic ```
Reporting back, I've experienced no issues after using my work around above. Using `nix node-gyp install ` before installing dependencies seems to pre-warm the cache, and therefore it doesn't fail...
Using invalidations for cache defeats on new deployments is not an appropriate use. The invalidations won't be uniform over geographies and times, and is generally a heavy lift operation. See...
Correct that your build process must integrate the version number into the HTML file (or somewhere). But... A) if you do not cache the HTML file, you don’t have to...
I want to state, somewhat emphatically, you should not do this. It will not go well for your users. Cache invalidation on a global scale of CloudFront takes long periods...
My objections comes from experience of having to reverse out a similar deployment architecture at a Fortune 50 company. It had huge impacts to the business, and was one of...
Tip jar for @dsanders11?!