-
While investigating problems like #1894, it would be very useful to have a minimized example that repros the crash, rather than having to wade thru piles of code at every layer (primarily: roc source,…
-
The roc auc rsults in your paper: VQ2: 70.4(DrawBench) 60.8(EditBench) 67.7(COCO-t2i)
The roc auc rsults in orign paper(What You See is What You Read? Improving Text-Image Alignment Evaluation): VQ2:…
-
The following code type checks and passes tests, even though the type annotation on `bug` should cause a type mismatch:
```roc
module [bug]
bug : U8 -> [A]
bug = \i ->
when i is
…
-
`roc check somemarkdown.md` should execute `roc check` on every roc code block (```roc) in the md file.
We should not parse the full markdown, just extract the roc code blocks and check them.
Chan…
-
- **Is your feature request related to a problem? Please describe:**
The current face expression recommendation system uses MobileNet, and there is a need to evaluate a custom CNN model built from s…
-
When using empty parens as a unit literal `()` (as in Rust) instead of the correct `{}`, the parser rightly gives an error, but does not explain why it is wrong.
```roc
main =
Inspect.toStr (…
dxrcy updated
3 weeks ago
-
# code
```roc
app [Model, server] { pf: platform "https://github.com/roc-lang/basic-webserver/releases/download/0.9.0/taU2jQuBf-wB8EJb0hAkrYLYOGacUU5Y9reiHG45IY4.tar.br" }
import pf.Stdout
imp…
-
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…
-
The following is a minimal example where a package will hang on `roc check` when importing another package.
```
$ roc test test/A.roc
0 failed and 1 passed in 890 ms.
$ roc check test/main.roc
…
-
# Description:
I'm encountering an issue where a unit test freezes on windows-latest machine in GitHub Actions when using the Kaleido library (version 0.21.0) to create a Plotly figure. The test r…