Andy
Andy
The code above is what I'm using right now. The examples above are comparable to the real use case: Validating form input. Depending on a dropdown field "type". If one...
@rtfeldman Let's talk in elm slack
Having implemented this in another project in another language and coming back to this issue: Conditional could/should be possible using [`any`](https://package.elm-lang.org/packages/rtfeldman/elm-validate/latest/Validate#any). Example from top: > If the age of somebody...
Ran into the same issue. Would be nice if `npm-check` ignores deprecated versions. 
Ah, that's why I didn't manage to find it in the source code 😄 I created an issue in the `purty` repo. From the perspective of the `purescript-language-server` it's an...
For type holes there is this suggestion:  There is also a fix available:  When trying to run it, it doesn't do anything. Can you confirm this issue is...
There is another fork here: https://package.elm-lang.org/packages/jouderianjr/elm-dialog/1.0.1/
Currently allows `base >= 4.11 &&
[Jep, that would be great](https://github.com/lspitzner/multistate/pull/12#issuecomment-1367540772)
It would be great if there would be `useCallback`: It is also documented in the react ecosystem and people might look for it. On the other hand it is helpful...