Levi Roth
Levi Roth
This adds a check for `react-mode` to `web-beautify-reload`. I don't know if this project intends to support React, but it's currently included in the Spacemacs React layer, and there's an...
`-dsource` allows you to view the results of ppx rewriters. However, if there is a type error in the input, utop doesn't print the rewritten source code. This makes it...
There are a few things I found confusing about the interface for constructing `pct_encoder`s: 1. `val pct_encoder` takes a bunch of arguments whose names are the names of components and...
In the modqueue, you can select all items by (e.g.) username. The selection is currently case-sensitive. It would be nice if it were case-insensitive, since some usernames are annoyingly hard...
I put example code for this at https://github.com/leviroth/odoc-bug-demo. The crux of the example is that I have, in `p.mli`: ``` type t = private int module M : sig type...
I want to use jsonaf in another library. I thought I could get away, in the short term, with just vendoring it, but this turns out to [not work](https://github.com/ocaml/dune/issues/3335). Would...