Dave Keen

Results 45 comments of Dave Keen

I also have this problem, but I need `elm-navigator` and can't disable it!

An example of a specific case where this would be lovely is https://github.com/bloodyowl/rescript-react-update where it would become possible to write: ``` switch action { | Increment => {...state, counter: state.count...

This is very nice - what would be even nicer is if the Tailwind compiler could export a file that listed all available utility classes along with their "tags". This...

I'm using it already and its great :) Although the video in the tweet doesn't have any ordering I guess in order to get this kind of linting they will...

Is there any reason that this can't be merged? Would be very useful and there is literally a `TODO` message in the code.

Comments from the chat in Slack: >mdevlamynck [5:54 PM] >https://github.com/elm/parser/blob/1.1.0/src/Parser/Advanced.elm#L734 >It's trying to parse exponent apparently. >mdevlamynck [5:59 PM] >Well actually, it's a bit tricky. The parser is correct in...

Sure! https://github.com/darklang/tablecloth/issues/172 The whole thing just failed to build with a lot of strange errors (`Cannot find module Tablecloth`, `Cannot find module React`). Do you think it should work if...

I had another go, and I think the problem is that there is a compile error that is preventing Tablecloth from compiling, which then causes subsequent errors: ``` Warning number...

Does that mean that my application has to use 7.2.2 too, or can Tablecloth be compiled with 7.2.2 but I can still use it in an 8.1.1 app?