Ryan Haskell

Results 24 comments of Ryan Haskell

`ryannhg/elm-date-format` -> `ryannhg/date-format`

Hey @c-mart , I totally agree with the security best practices you've outlined above. To clarify my opinion on how to use elm-spa: The values passed into the `Page.protected` pages...

> It is possible to use `elm-live` or do you recommend `vite` as a replacement to get error messages in this case @ryannhg? hey @Narice – elm-live is a great...

Repo with issue: https://github.com/RyanNHG/first-electron-app

A workaround is shown here: https://github.com/mdgriffith/elm-electron-todomvc/blob/master/index.html Where the line `window.Elm = require('./elm.js')` is used to make the `Elm` object globally available. __Choose your own adventure:__ - "Adding `this.Elm` to `elm-make`!"...

**Hey there** 👋 100% agree on adding `.env` file support, that's a missing feature that will benefit everyone! Elm Land will still use the `elm-land.json` and the `src/interop.js` files to...

This morning, an Elm Land Discord user pointed out that the name `STAR_.elm` isn't very clear to them. They made some great suggestions for alternative names that would be more...

As another note, the official `elm/url` parser isn't designed for parsing paths of unknown length. Instead, for our use case we can just use a normal `case` expression in our...

We also need an algorithm to make sure the route paths are correctly sorted from specific -> general. Here's an Ellie with an algorithm that should make sure routes are...

### Inspiration This command was popularized by the Rails community: https://guides.rubyonrails.org/command_line.html#bin-rails-routes