Boons

Results 7 issues of Boons

When going through the readme on MAC OS X running the command `fn apps create myapp` throws a `panic: runtime error: invalid memory address or nil pointer dereference` ``` panic:...

Command: `mix tailwind default` Output: `** (Mix) mix tailwind default exited with 137` Platform: Mac OS X (13-inch, M1, 2020) Memory 16GB Mix Tailwind Version: `{:tailwind, "~> 0.1.5", runtime: Mix.env()...

This change gives developers the ability to override the platform target of tailwind CLI. Developers can add a `:target` key on the config to override manually This is to address...

Looks like `s.Method` is blank when performing a `client.Get(url).End()` so this error gets thrown.

This PR will update the standard library from using `Result` to using `Optional` ### Why? I found many of the list functions using `Result` were returning `Error(Nil)` or ignoring the...