Matthew Johnston

Results 272 comments of Matthew Johnston

Just ran into this issue as well. Following the suggestion here https://github.com/asdf-vm/asdf-erlang/commit/708a7504f546a1a6180e345733795743c681b8a2 seems to have worked.

I'm getting this for OTP 26 as well. EDIT I just found a comment I made back in May https://github.com/asdf-vm/asdf-erlang/issues/286#issuecomment-2093563063

I meant to say I was receiving the same issue that https://github.com/asdf-vm/asdf-erlang/issues/318#issuecomment-2332863770 referenced. I resolved this by installing some missing `wx` components. And then reinstalling OTP 26 with the following...

I installed `wxwidgets-common` and `wxwidgets-gtk3`

> 100% to this comment. I will definitely rename it to transact on a project level if it comes in with a different name. That's fine, but if the function...

You mentioned it here as well https://github.com/elixir-sqlite/exqlite/issues/320. Just linking these together so there's a trail. I honestly don't know. Is there a repository we can check out or where this...

@jdmarshall can you chuck `config :exqlite, force_build: true` into either your `config.exs` or `dev.exs` and `mix deps.compile --force exqlite`. I want to see if this is because of a precompiled...

I've never messed with webstorm, but your `ecto_issues` project compiles and runs just fine from the command line. ``` Running ExUnit with seed: 882902, max_cases: 48 .. Finished in 0.00...