-
Updated
Apr 10, 2021 - Dart
macOS
macOS is the operating system that powers every Mac computer. It was designed by Apple and is meant specifically for their hardware.
Here are 11,595 public repositories matching this topic...
-
Updated
Apr 10, 2021 - JavaScript
We are currently adding Hyper CLI path to user PATH in Windows registry: https://github.com/zeit/hyper/blob/262eb8ad9b7b9b15351f331765151538d67a09e2/app/utils/cli-install.js#L49-L91
A caveat is that environment variables are cached and users should open and validate "Edit environment variables for your account" dialog to force a cache refresh (or simply reboot their workstation).


The documentation says that it should, but instead it returns a promise with Buffer.
Also the example in the documentation called "Deriving bits and keys" has a bug. In subtle.importKey it is missing 'deriveKey' causing subtle.deriveKey to fail.
Buggy version: