Andreas Molitor
Andreas Molitor
Hi Matthew, first of all, thanks for the great library. It is great fun to create animations with elm-animator. When I started using elm-animator in my application, it was just...
Hi Matthew, thanks for the awesome package. It's so awesome in fact, that I'm trying to port my Elm Code generator [travelm-agency](https://github.com/andreasewering/travelm-agency) to use this package under the hood instead...
## What Adds support for the Elm programming language. I have tried to bring https://github.com/cursorless-dev/cursorless/pull/891 up to date. Is there a good way to unit test the generated tree sitter...
https://github.com/tiziano88/elm-protobuf has last seen commits 4 years ago. protoc-gen-elm even has grpc(-web) support :)
Hi, first off: thanks for the incredible work on this tool. I wanted to use it to generate some boilerplate maps for non-comparable types and ran into problems: ``` --ELM...
In `history.js` there is a usage of `{ ...source.location }`, which somehow works in the Browser, but fails in other environments like [happy-dom](https://github.com/capricorn86/happy-dom/blob/ecbf335658497b7bbc40f78422fc4feaa376429f/packages/happy-dom/src/location/Location.ts#L8) since the Browser behaviour around window.location can...
**Describe the bug** When executing `{ ...window.location }` in the browser, you get back an object containing all the usual properties like `{ href: ..., origin: ..., pathname: ..., search:...
Hi :) I am doing advent of code in roc this year and stumbled across a compiler issue: ``` An internal compiler expectation was broken. This is definitely a compiler...
This should fix https://github.com/hmsk/vite-plugin-elm/issues/806 I don't really get why I have to return different things from resolveId depending on if the source came from an elm importer or from somewhere...