#Elixir / #Phoenix dev by night 🌚
I just want to watch the world learn ( #ElixirLang for their own sake).
github.com/phoenixframe...
Just a documentation change but a fun process understanding the thinking behind maintaining such an amazing core part of the #ElixirLang ecosystem.
github.com/phoenixframe...
Just a documentation change but a fun process understanding the thinking behind maintaining such an amazing core part of the #ElixirLang ecosystem.
window-title-font-family = "Fira Code Retina"
font-family = "Fira Code Retina"
font-family-bold = "Fira Code Bold"
font-size = 16
At least it gives nice ligatures when writing #ElixirLang
6/🧵
window-title-font-family = "Fira Code Retina"
font-family = "Fira Code Retina"
font-family-bold = "Fira Code Bold"
font-size = 16
At least it gives nice ligatures when writing #ElixirLang
6/🧵
window-padding-x = 10
window-padding-y = 10
macos-titlebar-style = tabs
5/🧵
window-padding-x = 10
window-padding-y = 10
macos-titlebar-style = tabs
5/🧵
palette = 0=#000000
palette = 1=#C51E14
palette = 2=#1DC121
palette = 3=#C7C329
palette = 4=#0A2FC4
palette = 5=#C839C5
palette = 6=#20C5C6
palette = 7=#C7C7C7
3/🧵
palette = 0=#000000
palette = 1=#C51E14
palette = 2=#1DC121
palette = 3=#C7C329
palette = 4=#0A2FC4
palette = 5=#C839C5
palette = 6=#20C5C6
palette = 7=#C7C7C7
3/🧵
shell-integration-features = no-cursor
cursor-style = block
cursor-text = 000000
cursor-style-blink = false
cursor-color = f81ce5
cursor-opacity = 0.8
background = 000000
foreground = ffffff
selection-background = 4a0845
selection-foreground = ffffff
2/🧵
shell-integration-features = no-cursor
cursor-style = block
cursor-text = 000000
cursor-style-blink = false
cursor-color = f81ce5
cursor-opacity = 0.8
background = 000000
foreground = ffffff
selection-background = 4a0845
selection-foreground = ffffff
2/🧵
Should optional arguments be passed as a keyword list or a map?
For context, I want to have some structure around optional API arguments and type definitions.
Should optional arguments be passed as a keyword list or a map?
For context, I want to have some structure around optional API arguments and type definitions.