Martin Willing

Results 9 issues of Martin Willing

Thank you very much for sharing BitsParser! I tried to convert the JSON output to CSV without success. I think the JSON objects should be comma separated in an array:...

Please add SHA256 item hashes in the next version. Thank you!

Hi, ideviceinfo (ideviceinfo v1.30) does not print PhoneNumber2. ideviceinfo -k PhoneNumber2 works fine. Thank you!

Hi, ideviceinfo prints (ideviceinfo v1.3.0): Uses24HourClock: false But when I check it on my iPhone 14 Pro it is enabled. Settings --> General --> Date & Time: 24-Hour Time Thx.

How can I change the outline color of my generated line chart directly with ImportExcel? I always have to change the standard Microsoft blue colored outline manually. `$Import = Import-Csv...

Both Aftermath archives (Collection and Analysis) created by v1.2.0 are corrupt. I get CRC errors when extracting files with Keka. Same with 7-Zip. `7z t Aftermath_C02X95WFJGH6.zip` ``` ERROR: CRC Failed...

May you add product info (Subscription Plan) as a new parameter or in addition to the existing 'quota' command? IPinfo Lite, IPinfo Core, IPinfo Standard, IPinfo Business, and IPinfo Enterprise...

Is there a way to use the column name instead of using the Excel coordinates? Example: `Add-ConditionalFormatting -Address $WorkSheet.Cells["P:P"] -WorkSheet $WorkSheet -RuleType 'Expression' 'NOT(ISERROR(FIND("Keyword",$P1)))' -BackgroundColor Red` When I add an...