Mikkel Høgh

Results 8 comments of Mikkel Høgh

Also related: #593 – unfortunately, this issue still haunts me in ElixirLS v0.8.1.

Defining a do-block snippet as mentioned in [this comment](https://github.com/elixir-lsp/elixir-ls/pull/593#issuecomment-915350274) does make the problem go away, so that might be a possible workaround.

If you put prom_ex first in your `application.ex`, but have a polling metric that relies on the Ecto repo being available, prom_ex will run the polling code immediately, resulting in...

Should someone want simply skip the first metrics run (to avoid the error), you can add something like this to your metrics callback: ```elixir if Enum.member?(Ecto.Repo.all_running(), MyApp.Repo) do :telemetry.execute( @event_name,...

@henriknorberg sorry for not getting back to you earlier. I do not wish to add to the complexity of this module by supporting table prefixes. Table prefixes is basically a...

@unlucio did you see #14? PR #44 might solve your problem.