-
Asserting that something was _not done_ can be challenging in FHIR. It's relatively easy to say that a specific thing (with a specific code) wasn't done, but harder to say that a general category of …
-
**Quick Summary:**
Trying to compile a module with a name that's used by another module eg. `Process` (conflicting with the one in elm/core) results in an error message which basically seems to say i…
-
A few reasons why we might _NOT_ want to use Elm: (_feel free to `add` to this list_!)
+ additional ***learning curve*** for people who have only _just_ learned JavaScript
+ **functional/immutable…
-
In #2, @slorber said:
> The counter should only expose an Increment(Int) action as public API.
I think this might be really helpful language for us, especially if we also include the address in our …
-
**Quick Summary:** When a function within a let has an incorrect function signature, the following error occurs, but is resolved when the inline function signature is removed.
```
Dependencies rea…
-
The current architecture is very custom, and might make it more difficult to start working on it.
How exactly the code for each page is built must either be documented (consider splitting the build…
b-m-f updated
5 years ago
-
First of all, thank you Evan for Elm, it's great and it brings me new joy to programming in my life and with my company and colleges !!
**Quick Summary:** if you import a dependency with the same n…
-
In The Elm Architecture, what's shown on-screen is typically described in the `view` function, as a function of the current state (the model). We do that for the lobby, scoreboard etc, but not for the…
-
I'm working with this architecture example & an existing project that is using elm/http 2.0...is there a straightforward path to upgrading that API?
I've been attempting, but continually getting s…
-
**Quick Summary:** I got a very confusing error when I applied an extensible record to a unit type. Obviously this is wrong, but better compiler info about where the error is would be great!
## SS…