Maciej Malecki
Maciej Malecki
**Describe the bug** It is the same issue like https://github.com/ash-project/ash_postgres/issues/173. Having the following relationship: ```elixir has_one :latest_exchange_rate, App.Resources.ExchangeRate do api App.Api from_many? true no_attributes? true private? true sort inserted_at: :desc...
Fix the following warning when compiling against Elixir 1.17.x: ``` warning: using map.field notation (without parentheses) to invoke function [...].Client.__middleware__() is deprecated, you must add parentheses instead: remote.function() (appsignal 2.13.0)...