Brandon Weeks
Brandon Weeks
It is essentially impossible for AV software to add value on mobile platforms, since the APIs to introspect the system meaningfully don't exist for security reasons. Windows Defender is arguably...
Less technical users should be steered towards platforms that have secure defaults, such as: - Chrome OS - iOS - macOS with Gatekeeper - Windows 10 in S mode Using...
I've got a fix and some timing improvements coming if you want to hold off on merging.
Thank you for the suggestion! #351 took care of this along with other small changes.
Thank you for the PR! Just to set expectations, I probably won't have an opportunity to review and test until the new year.
#340 might have already fixed this. I just pulled it into google3 last Thursday, so the version containing this commit should be hitting testing soon.
Oh the logging is on the p11-kit side, not the native-pkcs11 side. So #340 does in fact not fix this.
Thank you @gerow!
`node:vm` does not appear to be a dependency of any of the core `wrangler` workflows. Patching out [`--experimental-vm-modules`](https://github.com/cloudflare/workers-sdk/blob/f00775126b7de00bf77c12e5533ae3b2e380406e/packages/wrangler/bin/wrangler.js#L29) and running `wrangler deploy` with Deno works. ``` % deno run --allow-env...
I need to check on the availability of `ctor` in our internal package repository. I seem to recall an issue using that crate during initial development.