-
Got this error when running: `roc check IDCounter.roc` on the Full Code found at the end of this pg:
`https://www.roc-lang.org/examples/RecordBuilder/README.html`
The full error message:
`An int…
-
`roc check` seems to often fail in multi-file projects when run on any file other than `main.roc`. In these cases, `roc build` still succeeds. Here's the simplest reproduction I could come up with.
…
-
Hello , I'm having some confusion while calculating the ROC curve for watermark detection and would appreciate your help. Let's say we have 500 watermarked texts to calculate the detection accuracy. S…
-
Using MacOS 14.2.1 with Apple Silicon CPU, `roc_nightly-macos_apple_silicon-2023-12-23-6710b371a43`:
`roc check` passes this code:
```roc
app "bug"
packages {
pf: "https://github.…
-
```
app "cli-tutorial"
packages { pf: "https://github.com/roc-lang/basic-cli/releases/download/0.7.0/bkGby8jb0tmZYsy2hg1E_B2QrCgcSTxdUlHtETwm5m4.tar.br" }
imports [pf.Stdout, pf.Stdin, pf.T…
-
### Use case
I would like to have a way to compute the PR-AUC for my models, given their scores and labels. The function's output should match **sklearn**'s `average_precision_score`, just like **C…
-
Hello,
Lensmaker tool has one really nice functionality: the user can make a plane surface by inputting zero radius of curvature for the surface. This is also reflected in the drawing of the lens w…
-
The minimize command produces a new project that does not contain any of the code that is not used when running `roc run path/main.roc`, allowing you to focus on what's important. `roc minimize path/m…
-
### Package name
roc-toolkit
### Package homepage
https://roc-streaming.org/
Documentation on building: https://roc-streaming.org/toolkit/docs/building.html
### Description
> Roc Too…
-
[Zulip discussion thread](https://roc.zulipchat.com/#narrow/stream/304641-ideas/topic/Roc.20cli.20workflow/near/407830165)
At present there are various commands and options for working with the Roc…