-
**Quick Summary:**
I stumbled upon this compiler error.
```
Compiling ...elm: ./Data/Vector/Generic/Mutable.hs:703 (modify): index out of bounds (3,3)
CallStack (from HasCallStack):
error,…
-
**Quick Summary:**
Under certain circumstances the compiler crashes with `thread blocked indefinitely in an MVar operation` instead of producing a type error. This seems to be involved in type inf…
-
I should write some tests!
It may be possible to test some things in the usual way (i.e. via elm-test). However, you can't test tasks that way, and the logic here is heavily task-oriented.
Proba…
-
I was checking out [vgtk](https://github.com/bodil/vgtk) to prototype a quick Gtk UI which follows the same elm architecture story and thought declaring widgets with the `gtk!` macro is kinda nice, a …
-
I'm missing some documentation on how to compose and nest tyrian components.
Is this even possible?
-
# Protocol Definition
We would need a formal definition what kind of messages can be sent between a client and the server.
So far we need this messages for sure:
## For Setup:
* Client c…
-
I tried the following line in the elm-repl:
`let sample = "Multipart/mixed; boundary=\"sample_boundary\";"`
My problem here is that I added a `let` at the beginning when it shouldn't be there. So th…
-
Hello,
So far I really enjoy using Concur for some personal projects!
But I'm often wondering what the "Concur way" of doing things should be. There are many examples, using Elm architecture, Si…
-
Other than use_state React has a number of other utility apis that make working with their Hooks much more productive.
I have implemented most of them in some form however I want to really pin down…
-
It would be pretty nice to be able to use Unison for front-end development, especially if backend services are also written in Unison. Communication is seamless - just relocate a computation to the ba…