Jason Marshall
Jason Marshall
After restarting webstorm, same error. Things that work: ``` # CLI mkdir huh cd huh mix archive.install hex phx_new mix phx.new . --database sqlite3 mix test Finished in 0.00 seconds...
Yeah it runs from the CLI which is why it’s a problem between the plugin and the libraries. I believe it does use the _build directory, but I think this...
I got a ping on a related issue today. Did this ever get fixed?
What do you suppose the odds are that a complete NIF noob can file a PR for this without setting the world on fire?
Getting ``` 11:08:49.109 [warning] The on_load function for module Elixir.Autumn.Native returned: {:error, {:upgrade, ~c"Upgrade not supported by this NIF library."}} ``` Which is some other library having this same problem,...
See also https://github.com/KronicDeth/intellij-elixir/issues/989
If you'd like me to pump some debugging messages into my config to get a better error, let me know.
It works! Now how to document this for posterity?
A workaround is a start not an end. An end would be documentation. All I can say is that it's no longer crashing. LiveView pages never finish loading in the...