Trevor Settles
Trevor Settles
I was curious and looked into this a bit. It looks like the line `{ x: x1, y: y1, z ? 0.0 } = point1` can compile, but the line...
Until this is solved, I found this workaround: ```roc distanceBetweenPoints : Point a, Point a -> Frac a distanceBetweenPoints = \point1, point2 -> { x: x1, y: y1, z: z1...
You might run into this, but I noticed some weirdness with caching involving clippy or other components. Since rust creates the `.cargo/bin` folder, and that's also something worth caching. I'm...
@nicoburns Thanks for letting me know! I'll keep an eye on that
@wash2, What's the status on this? I saw that this hasn't had much going on recently. I've spent some time trying to merge pop-os/master in this branch, but it didn't...
If anyone is interested, I've done some work in #3111. It's not complete, but a POC