Aaron Renner
Aaron Renner
I just ran into this issue on a separate project. Is there a way we can have multiple levels of extends in the schemas?
Just bumping this issue. I have a couple umbrella apps which have 3-4 OTP releases apiece, and conform not being able to extend a tree of configs means I have...
@josevalim This is awesome! I'll continue putting this into generators today. If you don't mind, I'll continue submitting small changes to this PR as I find issues in order to...
@josevalim Regarding this section of the docs > ### Concurrent tests > > The generated tests run concurrently if you are using a database that supports concurrent tests (Postgres or...
@josevalim I'm getting some deadlock errors when running tests with the `Ecto.Adapters.Tds` adapter, `set_allow_snapshot_isolation: :on` and `async: true`. ``` 1) test GET /users/confirm/:token confirms the given token once (DemoMssqlWeb.UserConfirmationControllerTest) test/demo_mssql_web/controllers/user_confirmation_controller_test.exs:59...
I am also seeing this issue when working with OpentelemetryProcessPropagator following this example. https://github.com/open-telemetry/opentelemetry-erlang-contrib/blob/da912fd08b3bce7fd097c5f477e73db9e345fc3a/instrumentation/opentelemetry_ecto/lib/opentelemetry_ecto.ex#L111-L115 [`OpentelemetryProcessPropagator.fetch_parent_ctx/2`](https://github.com/open-telemetry/opentelemetry-erlang-contrib/blob/da912fd08b3bce7fd097c5f477e73db9e345fc3a/propagators/opentelemetry_process_propagator/src/opentelemetry_process_propagator.erl#L12-L14) returns `opentelemetry:span_ctx() | :undefined` while `OpenTelemetry.Ctx.attach/1` takes a map. I'm not sure which one is...
The more I looked at it, it appears the types on OpentelemetryProcessPropagator need to be fixed for the case I mentioned above.
Supporting private hex repos would be hugely beneficial. We were really enjoying using dependabot at my company, but when we recently adopted Oban Pro, a few weeks later we realized...
I've seen this issue as well. @bannmoore put together a small repo that illustrates the problem she's been seeing: https://github.com/bannmoore/demo_wallaby_liveview. @bartblast Is this issue similar to what you've seen?
I can recreate the issue with this repo: https://github.com/aaronrenner/wallaby_liveview_playground. If I run `mix test` I get the following error after the test exits ``` wallaby_liveview_playground master % mix test 11:56:54.211...