Simon Lydell (@simonlydell) 's Twitter Profile
Simon Lydell

@simonlydell

One more layer

ID: 1090028330

linkhttps://github.com/lydell/ calendar_today14-01-2013 20:07:16

503 Tweet

275 Followers

298 Following

Elm Radio Podcast (@elmradiopodcast) 's Twitter Profile Photo

🎙 Episode 065: elm-watch with Simon Lydell is out! Simon Lydell joins us to discuss his new Elm dev server which has a minimalist philosophy and maximal refinement. zpr.io/2SNDBecZi2fs

Martin Janiczek (@janiczek) 's Twitter Profile Photo

We have finally released version 2.0.0 of the Elm testing library! discourse.elm-lang.org/t/elm-explorat… It uses the "internal shrinking" approach from the Python library Hypothesis. It means the need for user-defined shrinkers is gone and map+filter+bind all shrink as you'd expect!

Simon Lydell (@simonlydell) 's Twitter Profile Photo

Found bugs with the macOS Safari overscroll/rubber banding color. It’s supposed to use the <meta name="theme-color" content="#..."> color, but if you put a linear-gradient on <html> it uses that instead! And the opposite of the gradient! 👿 lydell.github.io/macos-safari-o…

Simon Lydell (@simonlydell) 's Twitter Profile Photo

🎉 I just released elm-watch 1.1.0! Release highlight: An opt-in error overlay in the browser! discourse.elm-lang.org/t/elm-watch-1-… youtube.com/watch?v=Gde5D1…

Jeroen Engels (@jfmengels) 's Twitter Profile Photo

I just released a large release for elm-review. I decided to split the announcement into 2 parts. This first part focuses on the large performance improvements done to elm-review's automatic fix feature. I hope you'll enjoy the changes as much as I will! jfmengels.net/much-faster-fi…

Simon Lydell (@simonlydell) 's Twitter Profile Photo

Me, Mario and Evan Czaplicki are working on a new version of the `elm` npm package. Help testing it is much appreciated! discourse.elm-lang.org/t/help-test-th…

Simon Lydell (@simonlydell) 's Twitter Profile Photo

URL parsing does not have to be complicated! Check out this Elm package I published: discourse.elm-lang.org/t/elm-app-url-…

lucamug (@luca_mug) 's Twitter Profile Photo

2022 has been another exciting year for Elm! Here is the past year in review: dev.to/lucamug/elm-20… 🌈 🎉 🌳 Interested in combining passion and profession? Find a list of companies that use Elm at the bottom of the post 🥰 👨‍💻 🚀

Dillon Kearns 🌳 (@dillontkearns) 's Twitter Profile Photo

This is big news in the Elm community, first time we'll see a public preview of these results from Evan Czaplicki's work in this area. Can't wait to see more! gotoaarhus.com/2023/sessions/…

Simon Lydell (@simonlydell) 's Twitter Profile Photo

For those of you who would like to install `elm-json` with npm without vulnerability warnings, you now can! npm install @lydell/elm-json discourse.elm-lang.org/t/alternative-…

Simon Lydell (@simonlydell) 's Twitter Profile Photo

There’s now a new Elm binary for macOS ARM (Apple Silicon) available, with a segfault issue fixed! discourse.elm-lang.org/t/new-macos-ar…

Simon Lydell (@simonlydell) 's Twitter Profile Photo

I happened to have the mouse in just the right spot when going to the Elm website, and got this infinite loop (the video is a reproduction). Classic CSS problem when you move something on hover. The fix is faking the movement, still hovering a transparent part of the button

Simon Lydell (@simonlydell) 's Twitter Profile Photo

I made another deep dive into minification of Elm apps. Looks like SWC is the winner. discourse.elm-lang.org/t/elm-minifica…