Oliver Severin Mulelid-Tynes

Results 9 issues of Oliver Severin Mulelid-Tynes

**Describe the bug** Tons of `UPDATE "public"."oban_producers" AS o0 SET "updated_at" = $1 WHERE (o0."uuid" = $2)` as parentless spans **Expected behavior** Span from engine.ex should be respected and included...

bug

### Is this the right repo? Yep ### Environment Most of this can be filled out by running the VSCode command (by default bound to Ctrl+Shift+P) "ElixirLS: Copy Debug Info"...

enhancement

Hello. The autocomplete has slightly stopped working and the rest of the package does not work. I have not tried reinstalling in case you wanted me to do some debugging....

enhancement

**Describe the bug** ``` == Compilation error in file lib/safari/virtual/resources/cesium_asset_file_copy.ex == ** (ArgumentError) could not load module AshPostgres.Datalayer due to reason :nofile (elixir 1.15.6) lib/code.ex:1888: Code.ensure_compiled!/1 (ash 2.15.6) lib/ash/data_layer/data_layer.ex:395: Ash.DataLayer.source/1...

bug

http://stackoverflow.com/questions/299628/is-an-entity-body-allowed-for-an-http-delete-request There is nothing in the spec that says this is disallowed. Is there any particular reason that this is not implemented?

Hello, I have been struggling a lot with getting kamal >1.0.0 working with cords. I am not 100% sure if there is a bug or if I am doing something...

Hello, Have you seen Chris' presentation on phoenix 1.7 and verified routes? Do you reckon this lib will be able to work seamlessly with that? Have you given it any...

I have this: ``` state_machine do initial_states [:initialized] default_initial_state :initialized state_attribute :status transitions do # transition :upload, from: :initialized, to: :uploading # transition :process, from: :uploading, to: :processing # transition...

good first issue

**Describe the bug** If you don't select the embed, the query blows up. **To Reproduce** ``` iex(5)> Safari.Virtual.CesiumAsset |> Ash.Query.select(:id) |> Ash.stream!() |> Stream.run() [debug] QUERY OK source="cesium_assets" db=4.3ms queue=0.1ms...

bug