Erik Näslund

Results 13 comments of Erik Näslund

I experienced the same issue. In my case I was using Phoenix LiveView and AlpineJS. Initializing Quill in the `init()` (which is called automatically by AlpineJS) caused me to experience...

I had the same issue, and I think I figured out why. I added `{:live_admin, "~> 0.11.4"}` to my `mix.exs`, and I got the same error message ("use Phoenix.HTML is...

A workaround is to add the --egg argument to pip, e.g. pip install --egg heatmap

Sure thing @MikaAK! From what I gather that should work just fine. I've updated the PR and gave it a quick manual test :).

Seems very similar to https://github.com/aesmail/kaffy/pull/308, right? We should probably just merge one of them.

The "Extension Host" issue was a bit of a red herring. The error is still there, and it probably should be fixed. However the reason it didn't work for me...

A backwards-incompatible change related to releases was introduced in 0.6 (https://github.com/bonfire-networks/iconify_ex/issues/15). Before that you didn't need to specify `env: config_env()` as part of the config. So perhaps you were using...

@atonse Gotcha, no rush to reply - that's the beauty of async communication :). If you're still having issues, here's my config I'm using for reference: ```elixir config :iconify_ex, env:...

@solnic Any updates on this one? I'm asking since it's been a while since the last update, and I'm pondering if I should hack together something quick and dirty just...

Thanks a bunch @venkatd , that's awesome! You just saved me from having to do the work of writing all that myself :). I'll be sure to try it out...