Charles Chamberlain

Results 13 issues of Charles Chamberlain

Is it hard to mint a new opam version that includes the `val I.attr`, which seems to be in the master branch? If it's hard or simply time consuming for...

If I try to insert a line after the line `actor Main`, it starts at the very beginning on the line, without indenting at all. There's supposed to be an...

Trying to run this code: ``` let () = let process = process "bash" [ "-c"; "for i in `seq 1 5` ; do echo $i ; sleep 1 ;...

bug
question

Right now, our commands construct a linear chain of pipes. It would be nice if we could do arbitrary DAGs, something along the lines of: ```ocaml val split : cmd...

enhancement

These would be nice to have

enhancement
good first issue

It would be nice to have Lwt bindings as well as Async ones.

enhancement

I'm not sure whether globbing should be a first class feature or a sibling library or maybe there is already a library that handles it well in OCaml but it'd...

help wanted

Hello! I was working some buttons and noticed that this: https://gist.github.com/Charlesetc/9c0b29e30ab1564133a4 Looks like this: ![screen shot 2014-08-20 at 8 04 32 am](https://cloud.githubusercontent.com/assets/5167293/3977002/01ac42ea-2830-11e4-9a8e-d1effc479ded.png) It seems like buttons aren't supposed to be...

enhancement

This is building off of https://github.com/ocsigen/eliom/pull/445 by @vasilisp. It's adding the -reason flag to eliom-distillery which converts the .eliom files to reason syntax. It also adds the `%%%REASON_FLAG%%%` substitution which...

We use Failure to match against splice — instead move to a custom defined exception

bug