Jaroslaw Zabiello
Jaroslaw Zabiello
Why can't asdf install a binary python package for the M1 family of processors instead of insisting on compiling from the source it pitifully fails?
The problem was with Homebrew for Intel which I inherited after the migration from the older laptop. The solution is to **completely remove** Homebrew (https://stackoverflow.com/questions/65447875/how-to-uninstall-homebrew-using-an-arm-based-mac) and install it from scratch....
For Intel MBP you can force flags with the command `export ARCHFLAGS="-arch x86_64"` added to `~/.zshrc` file (for M1 I use `export ARCHFLAGS="-arch arm64"`)
This is so serious bug that I had to switch to a pure HTTP request. :(
Agreed. I'd love to have also auto completion and the multi line commands history. See: ipython And last, but not least, Elm repl still does not recognize type annotations :(
What do you mean by "fixed"? Adding -vim did not change the unreadable highlight colors.
Still present in Vue 2.7.14 and Graphql 16.16.0
Pipp configuration and build is passing _without errors_ now. Although there is an error during test (the example it is taken from Wiki): $ make smoke perl t/harness --archive --send-to-smolder...
Jus added [PR71](https://github.com/stephenkubovic/atom-standard-formatter/pull/71) which solves the problem.