-
While upgrading basic-cli in [this commit](https://github.com/roc-lang/basic-cli/pull/257/commits/b7ce6a45a698991d7f768f5c52ac2498e069b2bd)
```
$ roc examples/task-list.roc
🔨 Rebuilding platform.…
-
to be added in model assessment
-
I have come across more code that makes the alias analysis panic that is related to nested `oneOf`s from the [roc-parser package](https://github.com/lukewilliamboswell/roc-parser) and `expect`s. When …
-
This only happens with the basic-cli args example, not with the similar args example in the roc repo.
```
RUST_BACKTRACE=1 ./target/release/roc build --linker=legacy /home/username/gitrepos/basic-cl…
-
**Describe the bug**
Fitting twice creates duplicate data in the results object
**To Reproduce**
Steps to reproduce the behavior:
In the latest version run the code:
```
import nannyml as nm…
-
-
RestApi.roc:
```roc
module [get, post]
import json.Json
User : {
name : Str,
owes : Dict Str F64,
owedBy : Dict Str F64,
balance : F64,
}
Database : { users : List User…
-
Some allocations in Roc functions never escape to the host. For example, let's say I run this code in an `update` (which would use reference counting by default, not bump allocation):
```elm
decod…
-
Thoughts on [ROC analysis](https://en.wikipedia.org/wiki/Receiver_operating_characteristic) of protein-DNA tags as classifiers.
The question is how well a given reagent performs as a classifer rel…
-
I built Roc from source with Nix at db94b555ab1946ad6bfdb5314a11ba67d9b1d1da.
```roc
app [main] {
pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.10.0/vNe6s9hWzoTZtFmN…