drtheuns
drtheuns
The `$mpfd` property is publicly available, but was not formally a property of the class and was lacking a typehint. This results in errors when using a static code analyser...
## Environment Working on a (localhost) Phoenix LiveView application (relevant, see below) ### Versions - Operating system: Linux - Browser: Firefox 113.0.1 64bit - PassFF: 1.14.1 - Host app: pass?...
Should it perhaps be implemented as a separate clause to avoid doing any needless work? E.g.: ``` def manage_relationship(changeset, _, _) do IO.warn("...") changeset end ``` Fixes: #1407
**Is your feature request related to a problem? Please describe.** If `manage_relationship` is called without opts it will do nothing. Ash could warn about this. **Describe the solution you'd like**...
Projects that don't use open-telemetry or with more complex process propagation requirements can now implement it themselves by configuring the `Task` module to use.