Jeroen Engels explains how a new feature in elm-review 2.5.0 which allows rule authors to get a portion of the source code as a string enables additional rules. Jeroen gives examples of improving let clauses which are now built into elm-review-common.
Hans Hoffman is looking for feedback on the plugin which provides Elm syntax highlighting, autocompletions, and language server support for the new Nova editor from Panic.
Martin Janiczek is back with the third instalment of a series on writing a property-based testing library (you can find the previous videos on his channel):
3: Writing a property-based testing library in Elm - The core loop