nothingismagick

Results 214 comments of nothingismagick
trafficstars

To acquire the subresource shasum: ``` wget https://media.ethicalads.io/media/client/ethicalads.min.js shasum -b -a 384 ethicalads.min.js | awk '{ print $1 }' | xxd -r -p | base64 ```

datetime is not solving the problem appropriately. we need SRI to KNOW that the resource is what we expect.

Well, the problem with CDN distribution is that it is only trustworthy if the CDN account has not been hacked, this is why an integrity checksum is so useful. But...

I am a team member of the [Quasar Framework](https://github.com/quasarframework/quasar-cli) responsible at the moment for building a new mode for testing where babel and webpack collaborate to run unit-tests before the...

To be clear, I did not escape the escape symbol in the README.txt

Thanks @MaKleSoft - just remember that @tauri-apps/tauricon is a devDep, but your point is well taken.

I totally agree! Please see this PR https://github.com/tauri-apps/tauricon/pull/63

I think we did as good as we can do here, especially now that webrtc is working on macos, i think we are good.

So i found these additions to the `Info.plist` ``` NSCameraUsageDescription $(PRODUCT_NAME) Requires camera access in order to capture and transmit video NSMicrophoneUsageDescription $(PRODUCT_NAME) Requires microphone access in order to capture...