thojanssens

Results 7 comments of thojanssens

In Eric's video he also shows a relation between intervals of different precision: https://www.youtube.com/watch?v=Zm95cYAtAa8&feature=youtu.be&t=2726 What makes you maybe hesitate?

I have this error on my `mix.exs` file. Tried to remove `deps` and refetch dependencies, also tried to remove `.elixir_ls`, but the problem persists.

Running `pnpm install`, I have the same error as OP: > [email protected] postinstall C:\data\projects\myapp > node ./fix-jest-dom.mjs > > file:///C:/data/projects/myapp/fix-jest-dom.mjs:8 > if (err) throw err; `[Error: ENOENT: no such file...

Solved my `pnpm install` issue by running: > npm i @types/testing-library__jest-dom Looks like a dependency is missing in this template.

Alright the postgrex library will find some predefined env variables: ` Keyword.put_new(:username, System.get_env("PGUSER") || System.get_env("USER"))` Maybe gotta mention that in the installation guide.

Would you know why the example code you referred to https://hexdocs.pm/phoenix/Phoenix.Endpoint.Cowboy2Adapter.html#module-custom-dispatch-options is not to be found in this lib https://github.com/mustafaturan/sse/blob/9edc7bc2397fb618861f15edb0a9ffd9ff8bb59e/README.md#phoenix-framework ? How is it running without the dispatcher?

It seems that Absinthe.Plug uses SSE here: https://github.com/absinthe-graphql/absinthe_plug/blob/v1.5.8/lib/absinthe/plug.ex#L359 Would you have any idea what this is about?