Alex
Alex
Also, is it _recommended_ for the package's root extraction directory to be `%ChocolateyInstall%\lib\PackageName\tools`? (resulting in `%ChocolateyInstall%\lib\PackageName\tools\bin\`, `%ChocolateyInstall%\lib\PackageName\tools\README`, etc)? Or is it preferable to extract directly to `%ChocolateyInstall%\lib\PackageName` (resulting in `%ChocolateyInstall%\lib\PackageName\README`,...
@ferventcoder local testing/try-and-fail did the trick ;) I ended up going with the following directory structure and mapping `tools\**` to `tools`: ``` purescript.nuspec tools\bin\psc-docs.exe tools\bin\psc-make.exe tools\bin\psc.exe tools\bin\psci.exe tools\LICENSE tools\README ```...
I would add this, but I'm not able to edit the wiki strangely... @ferventcoder ?
Same issue in 10.11, of course. In addition, all the HIServices functions this uses, like `GetProcessForPID`, `GetNextProcess`, `GetProcessPID`, and `CopyProcessName`, plus `CFPropertyListCreateXMLData` are now marked deprecated too. For `CGDisplayBaseAddress`, it...
I fork-extracted procfs to https://github.com/alexchandel/procfs and updated the build to 10.11, x86_64
Note that websockify.js crashes with new versions of `ws`, due to API changes, see #30
The `dislocker-fuse` man page (which `man dislocker` redirects to) makes no mention whatsoever of TPM, nor that it's impossible with default settings. Nor does the README. Please add this.
The password was correct. The issue is documentation. Neither the man page, nor the help text, nor the README mention TPM at all. Nor do they mention the crucial fact...
@dwrensha Could you provide an example of deserializing a capnp message to a Rust struct? The only example in [capnpc-rust](https://github.com/dwrensha/capnpc-rust) is of manually extracting the fields.
@archaeron Sure, how can I install it? Also, can I ask why these commands use so much time, if they're not even invoking the idris compiler?