Skip to content

Instantly share code, notes, and snippets.

View milmazz's full-sized avatar

Milton Mazzarri milmazz

  • Earth
View GitHub Profile
@milmazz
milmazz / ex_doc.md
Last active April 17, 2016 01:08
Elixir + ExDoc

Keybase proof

I hereby claim:

  • I am milmazz on github.
  • I am milmazz (https://keybase.io/milmazz) on keybase.
  • I have a public key ASC6uy5gPTM00J1l639F1dsCIqs779YJuWdRF1MKw1l2ygo

To claim this, I am signing this object:

@milmazz
milmazz / imposter-handbook-links.md
Last active April 1, 2024 10:31
Useful links found in The Imposter's Handbook by Rob Conery
@milmazz
milmazz / func_geo.livemd
Created March 7, 2022 14:15
Functional Geometry

Functional Geometry

Installation

Mix.install([
  {:func_geo, github: "milmazz/func_geo"},
  {:kino, "~> 0.5.0"}
])
# for an example of a suggested `locals_without_parens`, see z_locals_without_parens.exs
# parsing and expanding a formatter.exs file would be a good route too
opts = [sourceror_opts: [locals_without_parens: [...], line_length: 122]]
for transformation <- [&PipeChainStart.run/1, &SinglePipe.run/1] do
ProjTraversal.transform("../my_codebase/", transformation, opts)
end
@milmazz
milmazz / README.md
Created October 14, 2023 22:47
ExDocJSON

Let's try this formatter for the first time.

  1. Installing the package.
diff --git a/mix.exs b/mix.exs
index 2da2204..c46129a 100644
--- a/mix.exs
+++ b/mix.exs
@@ -165,6 +165,7 @@ defmodule Oban.MixProject do