David Sheets
David Sheets
You can do something like: ``` hdiutil create -type SPARSE -fs hfsx -size 4g -volname linux linux.hfsx.dmg.sparseimage hdiutil attach -nobrowse -mountpoint linux linux.hfsx.dmg.sparseimage ``` and then later `hdiutil eject linux`....
What's the likelihood of getting this merged and released soonish?
Any chance for a re-review sometime soon?
I did something like this once and used a single script/page but generated subdirectories and symlinked each resource name in the subdirectory to the main page. The main page then...
An overlay is a good idea if it has a consistent structure. Right now, we have 3 package repository structures: opam: ``` packages/name.version/ ``` opam2web: ``` packages/name/version/ ``` new opam...
I like this format. What about "api" or "doc" instead of "docs"? I guess it depends on what else you see being hosted under the path and what siblings you...
Logging certificates to disk or implementing something like Perspectives/Convergence are use cases.
Also SCVP ([RFC 5055](http://tools.ietf.org/html/rfc5055)).
And anything else that does DPD/DPV ([RFC 3379](http://tools.ietf.org/html/rfc3379)).
As we just discussed, exposing an intermediate state value (abstract) would also solve this problem. @pqwy suggested using that approach at a low level and putting a monadic interface on...