-
[This](https://youtu.be/jskq3-lpQnE) is how I feel when trying to use many programs in iSH. Just a few examples:
* Elm compiler (only works with x86_64)
* rustup-init (32 bit version is dynamicall…
-
**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…
-
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 …
-
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
-
**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…
-
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 #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 …
-
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…
-
Currently, it seems as if calling a separate process (`elm-typescript-interop`) is required.
Generally I like having separate processes and lean interfaces between them. The webpack architecture se…
-
If we represent Actions in Elm architecture as plain objects we can record a play sequence by simple JSON stringify/parse.
How should this be acheived in union types ?