Ryan Haskell

Results 28 comments of Ryan Haskell

🌈 The problem is being discussed in an [Elm Land community discord thread](https://discord.com/channels/1026163159100313640/1027485020732018738) Looks like this is working for some M1 users ( Thanks, Mario Rogic for confirming! πŸ™ )...

Hey @0-gravity – thank you for the bug report! I've noticed this bug too, and it should definitely be fixed! πŸ”§ --- ( Also, if you could edit your description...

πŸ§™β€β™‚οΈ For context, here's the part of the Elm Land codebase that is responsible for generating the `index.html` file: https://github.com/elm-land/elm-land/blob/5d3ecbc8b60309447ce48e988bc09f343dbea558/projects/cli/src/effects.js#L361-L368

> maybe only processing script tags that link to a file in static (so no imports) or URLs This plan makes sense to me– I thought the initial goal was...

Thank you for reporting this! I'm not sure why this is happening, it's likely related to how the underlying Vite server is trying to create folders for you automatically. If...

Hey @domenkozar – this is going to be fixed in the `v0.20.1` release! Closing this PR, but thank you for the short example you included! Here's that PR: https://github.com/elm-land/elm-land/pull/175

( This feature is coming in the next big release, and will be powered by Simon Lydell's elm-watch HMR work! )

> @ryannhg can we also replace `tsc` with `esbuild`? The compile times are killing me! I'm definitely open to this!

Good news– I just released [πŸ“¦ Elm Land v0.20.0](https://github.com/elm-land/elm-land/releases/tag/v0.20.0) which resolves this issue (more details in the release linked above) Thanks for improving Elm Land! 🌈 --- Also, @kantuni -...

Hey, I think I'm going to leave the `onClick` as-is for now. My priority with that doc is to make the advanced components pattern clear for beginners, I don't want...