Janis Voigtländer

Results 65 comments of Janis Voigtländer

Indeed, it seems that `marked.js` does not follow Markdown "rules". For example, it will apply markup to Markdown blocks inside literal HTML blocks. Like in this: ``` elm import Markdown...

@MachinesAreUs, without a code example of what fails for you, it is difficult to reproduce this issue. That said, I strongly suspect the cause was an error in the native...

It is not clear to me how an update to 0.17 would look like. Signals are gone from Elm 0.17, so a lot of the API of this package here...

Turns out what I said above is not the full story. The drag example there is using `Html.Events.on`, but since there is no corresponding `Svg.Events.on`, that "0.17 solution" is not...

For the record, what I said in my [last comment above](https://github.com/jvoigtlaender/elm-drag/issues/2#issuecomment-219097599) is not anymore true, since the `svg` package has since added the `Svg.Events.on` function. So for both `html` and...

See also: https://github.com/elm/compiler/issues/1287

Maybe some of the solution(s) [here](https://github.com/elm-lang/elm-reactor/issues/76#issuecomment-122573958) would help you in the meantime, in the absence of the specific feature you ask for?

@co-dh, however: ``` > a = 1 ``` will simply work, without having to use `let` in any way. So it's indeed odd that ``` > (a,b) = (1,2) ```...

I am not who was asked the question, but I am pretty sure the answer is no.

Looks like this is not an issue with `elm-repl` per se. Relevant: https://github.com/elm-lang/elm-package/issues/163, https://github.com/elm-lang/elm-package/issues/115#issuecomment-127000226.