Joonatan Saarhelo

Results 16 issues of Joonatan Saarhelo

If I've understood correctly, the 1010 would work with the mkrzero code. But I need to use bluetooth, which works differently than on any other board on the 1010. How...

board support

In Elm 0.18 ```Elm module Main exposing (..) type alias Record a = { content : a } draw : Record Int -> Int draw y = let ( x,...

types
x-record

Instead of nesting enums, the new representation explicitly has one tag and nested unions. The nested unions only take up as much space as the largest variant of the coproduct,...

This makes the automatic VM performance reporting also report changes in number of instructions executed. Those changes can be used to identify cases where performance hasn't actually changed but gas...

Almost all Rust code uses `std::collections::HashMap` with the default hasher. This makes instrumentation almost useless. For example, one of my targets didn't even manage to produce a valid input after...

``` f = let b = 1 --comment in b ``` The parser does not understand this. This is probably related to #1, because this, too has to do with...

wontfix

I found that the package.elm-lang.org frontend perfectly solves the problem for which I have used this library. The type parsing code there might be helpful in this project. https://github.com/elm-lang/package.elm-lang.org/blob/master/src/frontend/Parse/Type.elm

I want to try an architecture that uses effect groups with lots of variants but the coproduct offered by frunk uses ridiculous amounts of memory when it has many variants....

## What ❔ ## Why ❔ ## Checklist - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for...