Anthony Bullard

Results 16 issues of Anthony Bullard

**TL;DR**: Turso Dev should check the devPort for being bound before starting the sqld process (Maybe sqld should do this as well?). Maybe you could call this a skill issue,...

When I use `http.put()` and supply a JSON encoded string as the `body` or a utf8 encoded series of bytes representing the same string as the `bodyBytes`, the body will...

type-bug
package:http

This is A DRAFT. Feedback is welcome, but understand this will take a number of days to complete. I will post my work at the end of every day that...

In the interest of creating a consistent brand ahead of the v.0.1.0 release, we want to redesign the website, tutuorial etc. Basically every thing on roc-lang.org. There are no designs...

P-low
E-medium
website

See https://github.com/roc-lang/roc/pull/7480#discussion_r1907937633

Full code is here: https://github.com/gamebox/aoc-2024/blob/main/day3/puzzle2/main.roc @Anton-4 said it was fine to not have a minimal reproduction I get the following error when running, testing, or building: ```text thread '' panicked...

bug