yomimono

Results 81 comments of yomimono

A quick mapping of missing packages to the [Mirage](http://docs.mirage.io/mirage/index.html) functions, to be called from `config.ml`, which might request them: [fat-filesystem](https://github.com/mirage/ocaml-fat) -> [fat_of_files](https://github.com/mirage/mirage/blob/master/lib/mirage.mli#L211) [logs-syslog](https://github.com/hannesm/logs-syslog) -> [syslog_udp](https://github.com/mirage/mirage/blob/master/lib/mirage.mli#L440), [syslog_tcp](https://github.com/mirage/mirage/blob/master/lib/mirage.mli#L444), or [syslog_tls](https://github.com/mirage/mirage/blob/master/lib/mirage.mli#L448) [tar-format](https://github.com/mirage/ocaml-tar) ->...

Can you elaborate? This is a good time to give feedback on how you expect `mirage` to work, as there's a lot of work going into redesigning this workflow for...

@vbmithr the specific behavior that you describe is a (nasty) bug in the current released version of `mirage` (see https://github.com/mirage/mirage/issues/461), in an area that has gotten a lot of attention...

This was mentioned again at https://discuss.ocaml.org/t/mirageos-bug-cleaning-day-friday-17th-november-2017/1100/4 , including the lack of `-t` documentation which I thought was no longer an issue, but is: ``` $ opam install mirage The following...

The issue I mentioned in #879 about block values was actually one about the argument to `generic_kv_ro`, and is at https://github.com/mirage/mirage/issues/791 .

/cc @samoht , whose opinion about block device configuration is of great interest to me.

(also /cc @drup , who can comment more cogently on whether Functoria can support this)

In #40 I've renamed `empties` to `new_row`, which might help a bit. I think the pictorial explanation is also a good idea.

Thanks very much for this PR! It'll take me a little bit to review it but I very much appreciate the contribution and expect to merge it. Please do comment...

Thanks very much for this test case. I'm about to page this project back into my brain and will see what I can figure out.