Darius Foo
Darius Foo
Hi, I was trying out the Brr backend and had a couple of questions. ```ocaml let ui = let count = Lwd.var 0 in let on_click () = Lwd.set count...
A bit of context: Our system tracks users' **achievements**. These may have other achievements as **conditions** (to track prerequisites). A resource which `has_many` conditions is called a **conditional**. There are...
This seems to have been caused by the parser changes in 1.3.0. Minimal repro: ``` ocaml a(* ( *) ``` Here's the error message. ``` $ cppo main.ml Error: File...
To prevent it from getting out of sync with the version in the standard modules. See https://github.com/tlaplus/tlaplus/issues/764#issuecomment-1265650057.
I'm following the [macOS build instructions](https://github.com/sonic-pi-net/sonic-pi/blob/dev/BUILD-MAC.md) and have installed all the dependencies. qt 6.4.2, cmake 3.25.1, elixir 1.14.2. macOS 12.5.1, Intel. When building both dev and stable branches, `./mac-build-gui.sh` fails...
Fixes #3257. This is what allowed a build to complete for me. I'm not sure why this isn't required in the CI. Feel free to tweak if there's a more...
Fixes #77. Got a conflict when modifying the Json module bundled with TLC locally, so finally got around to doing this.
Lists/sequences in particular. At the moment the results of messages like `slotNames` can't be printed or dealt with.
Primitive methods are currently handled differently from user-created ones. In particular they aren't first class entities - `getSlot` doesn't work on them.