Clinton De Young

Results 6 issues of Clinton De Young

Homebrew installs packages on Intel-based Macs into `/usr/local`. It installs packages on M1-based Macs into `/opt/homebrew`. The asdf-erlang package currently fails to build support for ODBC (even though the unixodbc...

I am building Erlang 26.2.3 on an M1 Ultra and an M3 Max. The compilation seems to work on both machines, but when I try to run `iex` I get...

[Enter steps to reproduce below:] 1. Open an Elixir .ex file in Atom. 2. Type some Elixir code. 3. Save the file. The error always happens when saving. **Atom Version**:...

help wanted

I've tried explicitly pointing to the full path of the goon.exe executable, as well as having it in my path. I've also tried using the both the 32-bit and 64-bit...

The README isn't very clear on all the dependencies. It mentions needing cmake, but not Ninja and Golang. The only way I could get etls to compile on macOS was...

I know I can access frontmatter data using `params.frontMatterLines`; however, the `onError` function seems to operate solely on the `params.lines` array. Is there any way to write custom linting rules...

question