Maxime Dantec

Results 8 comments of Maxime Dantec

Hi ! It looks like it's related to the fact that both `Float` and `Int` can be inferred from a digit. Very spooky and edge-casey. This doesn't work with any...

Strange that `v : T { x : String } \n v = { x = I }` even compiles ! here is what I tried: ![image](https://user-images.githubusercontent.com/197573/126486434-593013dc-58c4-4e03-b16e-b2917fd9e79f.png)

I drop this here, it could be nice if in addition to `Html` and `Element` return types for main we could have something like `Document` that'd look like this: ```...

I can see two solutions: - within github releases tab - adding a download page that display a list of all previous versions which provides the installer and the associated...

Or... It looks like Snap can simply show all [the files within a directory](https://hackage.haskell.org/package/snap-core-1.0.1.0/docs/Snap-Util-FileServe.html#v:serveDirectory) à la Apache, it could be more than enough.

Given that Core's Kernel can be imported from other libs (https://github.com/elm/browser/blob/master/src/Elm/Kernel/Browser.js), it means that we would have to completely split off from Elm packages.

It's kind of working but now I'd like to understand what you mean about **warnings** and how you imagine I should deal with them. The hart of the problem is...

Can someone please give me some feedbacks on this, so that I can complete the work?