-
- [ ] We use (`node-`)`glob`, `globby`, and (as a dependency of `globby`) `fast-glob`. We ought to switch to `tinyglobby`
- [x] Replace `globby` with `tinyglobby`
- [ ] Replace `glob` with `tinn…
-
I wanted to do some long overdue testing on my code base and hoped to use this project to guide me towards areas that could definitely need it. Looks super promising but I get an error when running it…
-
```
Hi,
I'm cleaning chrome cookies using selenium navigation. (I'm doing it between
tests to save the time of re-opening the browser).
If I try browsing to a URL after the cleaning, selenium will d…
-
Currently, the only way to download older version of Elm, is by using npm. We still have apps on 0.17, and will have for some time.
Warry updated
6 years ago
-
Hi @dillonkearns, thanks so much for creating this awesome tool.
I'm interested in using `elm-typescript-interop` for situations where multiple small elm applications are embedded into an existing …
-
We might consider providing an additional elm writer that creates multilingual modules. This would allow elm-apps to switch at runtime.
Assuming that the following current "modules" exist per langu…
-
- Friend of mine has a little experience writing Python code for data science applications.
- He wants to learn because he thinks Elm could be good for writing web apps.
- He wasn't sure how to spin…
heath updated
5 years ago
-
Recently, @jxxcarlson and @mateusfpleite have been working quite a bit with codemods (scripts whose primary purpose is to change a codebase with consistent changes), with [jxxcarlson/elm-review-codein…
-
We are _constantly_ on the lookout for a "_(less but) better_" way to build web applications.
`elm-lang` first came to our attention in 2014 when [_**`Seven More Languages in Seven Weeks: Languages…
-
- [ ] how to dispatch effects? (wrap in a run action)
- [ ] [help, my view dispatch is causing an infinite loop!](https://github.com/ahdinosaur/inu/pull/26#issuecomment-234424389) (wrap in a `process…