Dwayne Crooks

Results 20 comments of Dwayne Crooks

@ivanceras I solve this exact problem on the profile page which has the article tabs. When you click the tabs the URL changes so you can share either URL to...

@mandrolic This is not an issue with [my app](https://github.com/dwayne/elm-conduit). The comment box is cleared and re-focused after adding a comment. See [here](https://github.com/dwayne/elm-conduit/commit/98e733a1f1c197b31e315cbe24202b8f5c3d233d#diff-ada1237ac95fc3d57c3a95fce44fb160517eacacad41c4acee62f90478d80e39R260) (clear) and [here](https://github.com/dwayne/elm-conduit/commit/c573482e1ae50ee46d5112ab17d1b9056ede62f8) (focus).

@mewa I didn't run into these issues with [dwayne/elm-conduit](https://github.com/dwayne/elm-conduit) even though I'm using path-based routing. I think one of the problems with the HTML provided by RealWorld is that it...

@pdamoc @MichaelCombs28 @aislanmaia My implementation has both [unit and fuzz tests](https://github.com/dwayne/elm-conduit/tree/69b1cf41d38e34c4bd8b61490d28e224a0481ac2/tests/Test/Data).

In [elm-2048](https://github.com/dwayne/elm-2048) I used the following snippet, ``` H.node "style" [] [ H.text

@jhrcek I've [fixed](https://github.com/dwayne/elm-conduit/blob/69b1cf41d38e34c4bd8b61490d28e224a0481ac2/src/Data/Route.elm#L36-L58) and [tested](https://github.com/dwayne/elm-conduit/blob/69b1cf41d38e34c4bd8b61490d28e224a0481ac2/tests/Test/Data/Route.elm) this issue in my implementation.

@amilner42 This issue is fixed in [dwayne/elm-conduit](https://github.com/dwayne/elm-conduit).

@gunnarahlberg [dwayne/elm-conduit](https://github.com/dwayne/elm-conduit) uses [Devbox](https://www.jetify.com/devbox) so you'll never have this problem.

@chevinbrown @jsmith-dev I have [a completely new implementation](https://github.com/dwayne/elm-conduit) that uses the latest [elm/http](https://package.elm-lang.org/packages/elm/http/2.0.0/) among other things.

@garvey96 Thanks for catching that. I can't recall if it was intentional but since that's not what the original game does I'd want to change it to spawn 1 tile...