-
Steps to reproduce:
1. Mint 1000 ROC without adding ROC to Assets
2. Go to Route asset, route ROC in CSV file
Expected result: you can see actual ROC balance
Current result: you see 0 ROC bala…
-
When trying to decode a big `Str` from a json `roc ./main.roc` just silently dies, and `roc build ./main.roc` & `./main` outputs:
```
[1] 565240 segmentation fault ./main
```
Here is a min…
-
- Installed Roc nightly on my MacBook Pro
- Installed the VS Code extension
- Opened a VS code window, pasted in the first “Building An Application” tutorial example, and saved it as “hello.roc"
- …
-
I have the following code:
```elm
-- Entity/Unit.roc
new : Unit
new =
{ health : Entity.Health.new 30 }
-- ProcGen.roc
generate : World
generate =
unit =
Entity.Unit.new…
-
This enables platforms to use optimized allocators that don't need to separately store the size of each allocation - potentially saving significant overhead. See for example, https://github.com/jemall…
-
Something about [this file](https://github.com/JanCVanB/roc-coreutils/blob/support_multiple_args/main.roc) on [this PR](https://github.com/JanCVanB/roc-coreutils/pull/2) is crashing the type checker: …
-
part missing freeiva
- [ ] RealismOverhaul/Parts/AdvCapsule/ROAdvCapsule.cfg/PART[ROAdvCapsule]
- [ ] RealismOverhaul/Parts/FighterCockpit/fighterInlineCockpit.cfg/PART[RO-FighterInlineCockpit]
-…
-
```
thread '' panicked at 'Failed to rebuild host.zig - stderr of the `zig` command was:
ld.lld: error: cannot open /earthbuild/target/release/build/roc_builtins-415514521724d807/out/builtins-host.o…
-
Scikit-learn provides multi-class options for area under curve: https://scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html
We should provide the most common ones, such as …
-
Not an actual issue, but I thought I would share this implementation with you. [Roc](https://www.roc-lang.org/) is a new functional programming language that targets low level performance. The languag…