Results 46 comments of Jan Kaiser

Thank you for your quick response. > * Does it crash every time you start it? Yes. I've tried both releases available in this repo. > * Are you directly...

``` $ otool -L /Applications/Packet\ Peeper.app/Contents/MacOS/Packet\ Peeper /Applications/Packet Peeper.app/Contents/MacOS/Packet Peeper: /System/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.10) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa (compatibility version 1.0.0, current version 23.0.0) @loader_path/../Frameworks/HexFiend.framework/Versions/A/HexFiend (compatibility version 1.0.0, current version...

Thanks for sharing the converted model file. For me it produced better depth map than from my initial post, but not as good as from Torch for some reason. Depth...

+1 for this feature. One of the very few apps I've seen already integrated in the modern context menu is [NanaZip](https://github.com/M2Team/NanaZip). Their context menu handling code is available [here](https://github.com/M2Team/NanaZip/blob/master/NanaZipShellExtension/NanaZipShellExtension.cpp).

Hi, I will update the code once I discover a working link for Inspector installer… But for now I would recommend either running this on Windows, or modify the Linux...

Hi, can you try if the following command works? `powershell.exe -Command "&{$mountResult = Mount-DiskImage %cd%\\AD_FTK_7.0.0.iso; $driveLetter = ($mountResult | Get-Volume).DriveLetter; $setupPath = \"$($driveLetter):\FTK\FTK\x64\{592825BA-2875-4476-9820-858BA282D876}\Data1.cab\"; echo "'Setup file is' $setupPath"; $finalString =...