Skip to content

Instantly share code, notes, and snippets.

View mupkoo's full-sized avatar

Mirko Akov mupkoo

View GitHub Profile
@mupkoo
mupkoo / install-ruby-2.6.6.fish
Last active January 14, 2022 06:46
M1 Pro problems and how to fix them
# Use the following command to install Ruby 2.6.6
# The other 2.6 version might need this as well
set -gx optflags "-Wno-error=implicit-function-declaration"
set -gx LDFLAGS "-L/opt/homebrew/opt/libffi/lib"
set -gx CPPFLAGS "-I/opt/homebrew/opt/libffi/include"
set -gx PKG_CONFIG_PATH "/opt/homebrew/opt/libffi/lib/pkgconfig"
asdf install ruby 2.6.6
@Nezteb
Nezteb / elixir-language-server-comparison.md
Last active May 2, 2024 04:21
Elixir Language Server Comparisons

Elixir Language Server Implementation Comparison

We'll be comparing the following:

Disclaimers: