-
Hi,
I am trying to setup roc to stream audio from a linux desktop to my macbook pro so I can hear the desktop audio via airpods so i can avoid them fighting over bluetooth and just have the mac mix…
Shard updated
1 month ago
-
We want to start using the below syntax for open/constrained records:
```roc
{ a, b, .. } = data
```
and the following for closed records:
```roc
{ a, b } = data
```
This facilitates R…
-
```roc
app [main] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.11.0/SY4WWMhWQ9NvQgvIthcv15AUeA7rAIJHAHgiaSHGhdY.tar.br" }
import pf.Stdout
import pf.Task
main =
…
-
dependent on #5398 so that it can work with packaged platforms.
These commands do not need create an output binary. Only `roc build` needs to do that.
In order to get really fast linking for all o…
-
C-Roc being added soon please?
Thanks!
-
![image](https://user-images.githubusercontent.com/12178974/34376320-1a24c132-eb26-11e7-9b0f-eb00ec9a6bbe.png)
the roc curves is seem no correct。how to modify code
-
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…
-
As the compiler says it’s definitely a compiler bug… here’s a report:
```
An internal compiler expectation was broken.
This is definitely a compiler bug.
Please file an issue here:
a Expr::Try…
-
```
app "rocLovesZig"
packages { pf: "zig-platform/main.roc" }
imports []
provides [main] to pf
main =
dbg "hey"
"Roc
-
I'm trying to add the rest-api exercise to the roc track on exercism. It involves parsing a JSON object containing a Dict, but unfortunately this is blocked by #33 . I thought I could work around this…