Andy

Results 183 comments of 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. ![image](https://user-images.githubusercontent.com/13085980/66210242-a0a4bd80-e6b9-11e9-9c34-fd0854bd6c92.png)

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: ![image](https://user-images.githubusercontent.com/13085980/96271549-52651280-0fcd-11eb-870c-d488702119bc.png) There is also a fix available: ![image](https://user-images.githubusercontent.com/13085980/96271601-60b32e80-0fcd-11eb-915a-46c3ef1ead50.png) 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...