Ohad Rau
Ohad Rau
Hot-reloading has been discussed as a possible feature for quite some time and I wanted to go ahead and create a permanent discussion about it here in the issue tracker....
Right now, when you try to use a gif as an image src, it displays the first frame correctly but doesn't render the subsequent frames. To get the proper gif...
Right now, the preprocessor will issue an error if you attempt to write a pass with a non-recursive entry. For something like a linear IR, this doesn't make a whole...
* [ ] Variant constructor support for expr-level `[@l]` ```ocaml let rec expr = function | `Begin es -> `Begin (`Let ("_", es [@l], `Unit)) (* Desugar to: *) |...