Ohad Rau

Results 4 issues of 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....

enhancement
help wanted
A-infrastructure
A-other

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...

bug
A-components

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...

bug
question

* [ ] Variant constructor support for expr-level `[@l]` ```ocaml let rec expr = function | `Begin es -> `Begin (`Let ("_", es [@l], `Unit)) (* Desugar to: *) |...