In my ghostty config I use: scrollback-limit = 512000000 keybind = super+f=write_scrollback_file:open It writes it to a temporary file and then opens the file in the default text editor when I hit Cmd+F.
There was a similar project to `go fix` with elm-upgrade (https://github.com/avh4/elm-upgrade). We migrated a ~100k LOC app at work from 0.18 to 0.19 and while it was tedious, the compiler really has your back and makes…
Sorry, I didn't mean to say that nobody has negative experiences with it, but that "X considered harmful" style posts tend to get more attention on sites than positive experiences generally do. What was something that…
I think we are somewhat in agreement, Elm is certainly Evan's language and framework, and if you live within the boundaries of it you'll have a pleasant experience. I have read all of the bad experience posts on Elm…
That "Why I'm Leaving Elm" post comes up on most Elm discussions, and I would implore anyone to give it a try for themselves before deciding against it. I've been working in Elm professionally for a few years now and I…
Glad to see more posts on Elm out there, it really is a great language and ecosystem! Like any large project, it has some issues, but in my day-to-day writing code I have never had as much fun, or had as much confidence…
For Safari specifically you have to use Apple's push notification service (APNS), which is a lot of hassle compared to web push. There is a ticket open for adding support into Safari, but it probably won't happen…
I've been working in Elm for a few years, and I feel like I can answer some of the questions. 0.19 introduced a new restriction on Native code (javascript), previously you could compile kernel code in your own projects,…
I don't have one on Ellie, but Ellie itself has a nice example with how it wraps CodeMirror (https://github.com/ellie-app/ellie/blob/master/assets/src/El...) I don't know if there is a formal name for this pattern, but…
We've been using Elm in production for https://halogen.tv and has been a great experience overall. The codebase is around 60k LOC for the front-end and we've settled on a few patterns that help with reusability and…
I'm so glad to see this, congrats to Evan and everyone who helped get 0.19 out the door! I've been working in Elm for about a year now and it is a joy to work with, moving from vanilla JS/Angular/React to Elm has been a…
In my ghostty config I use: scrollback-limit = 512000000 keybind = super+f=write_scrollback_file:open It writes it to a temporary file and then opens the file in the default text editor when I hit Cmd+F.
There was a similar project to `go fix` with elm-upgrade (https://github.com/avh4/elm-upgrade). We migrated a ~100k LOC app at work from 0.18 to 0.19 and while it was tedious, the compiler really has your back and makes…
Sorry, I didn't mean to say that nobody has negative experiences with it, but that "X considered harmful" style posts tend to get more attention on sites than positive experiences generally do. What was something that…
I think we are somewhat in agreement, Elm is certainly Evan's language and framework, and if you live within the boundaries of it you'll have a pleasant experience. I have read all of the bad experience posts on Elm…
That "Why I'm Leaving Elm" post comes up on most Elm discussions, and I would implore anyone to give it a try for themselves before deciding against it. I've been working in Elm professionally for a few years now and I…
Glad to see more posts on Elm out there, it really is a great language and ecosystem! Like any large project, it has some issues, but in my day-to-day writing code I have never had as much fun, or had as much confidence…
For Safari specifically you have to use Apple's push notification service (APNS), which is a lot of hassle compared to web push. There is a ticket open for adding support into Safari, but it probably won't happen…
I've been working in Elm for a few years, and I feel like I can answer some of the questions. 0.19 introduced a new restriction on Native code (javascript), previously you could compile kernel code in your own projects,…
I don't have one on Ellie, but Ellie itself has a nice example with how it wraps CodeMirror (https://github.com/ellie-app/ellie/blob/master/assets/src/El...) I don't know if there is a formal name for this pattern, but…
We've been using Elm in production for https://halogen.tv and has been a great experience overall. The codebase is around 60k LOC for the front-end and we've settled on a few patterns that help with reusability and…
I'm so glad to see this, congrats to Evan and everyone who helped get 0.19 out the door! I've been working in Elm for about a year now and it is a joy to work with, moving from vanilla JS/Angular/React to Elm has been a…