|
You are here |
blog.davidebbo.com | ||
| | | | |
whatibroke.com
|
|
| | | | | Hey everyone, I created a new gRPC project with Visual Studio on a Mac and ran into the following error when trying to run it: System.IO.IOException ... http/2 over tls is not supported on macos due to missing alpn support It turns out that Kestrel does not support HTTP/2 with TLS on MacOS. In order | |
| | | | |
www.brandonpugh.com
|
|
| | | | | I've gone through the setup and daily use of a number of editors over the years including most current popular ones for front end development (i.e. sublime, atom, and vs code) and for me VS code is the best choice for front end development at the moment. The team has put a lot of effort into making it a great javascript experience out of the box and it shows (VS code itself is written in typescript and the team uses vs code to build vs code) and with some additional work you can have the best experience while writing javascript. | |
| | | | |
blog.paranoidcoding.com
|
|
| | | | | ||
| | | | |
neovintage.org
|
|
| | | Crystal isn't yet ready to run on a Mac M1. Sad, I know. In the meantime, I found these instructions from Max Fierke to be helpful. His post tries taking you through the whole process of cross-compiling Crystal to arm64 but I didn't want to have to manage a hand-rolled version. These are the commands that I used to get Crystal running using Rosetta: # installs the version of Homebrew that works with ARM $ /bin/bash -c "$(curl -fsSL https://raw. | ||