James Johnston
James Johnston
That version of Quicken might not be using .NET Framework at all in qw.exe. Can you check if that is the case? One method would be: 1. Download ILSpy from...
Then apparently the move to a managed qw.exe was introduced in Quicken 2014. A different technique could probably be used for Quicken 2013, depending on how it is turning off...
I would also be interested in this feature. My OpenWrt router has USB ports available, and I would like to use a USB stick to store the leases so they...
I would also be interested in this! For users who want to use embedded databases, from what I've read, DuckDB is the go-to embedded OLAP database. It doesn't fill the...
Would love to see this. I'm writing some code to parse fixed-length 80-byte chunks of data from a legacy binary data file format that will involve use of: - Individual...
In my test case above, I have found the "Show Console" option in Shutter Encoder. I copy/pasted the command run by Rewrap, and changed the "-display_rotation" parameter to 0, ran...
+1 to this idea. Additionally: - `bitbybit`: it can have integers spread across multiple non-contiguous ranges: https://github.com/danlehmann/bitfield?tab=readme-ov-file#non-contiguous-bitranges -- and I am currently looking at serializing a couple structs that do...
> Hi, thanks for the suggestion. How would you like to see this configurable? For example on winwhisper startup it will ask for the model to use? The suggestion to...
Here's another example that shows corrupt output. This is from the same test code above, except I removed the `ConvertToY8` call. 
This is still a problem. I am testing with Vagrant 2.4.1 with this box on a Windows 10 host and Hyper-V provider: https://portal.cloud.hashicorp.com/vagrant/discover/gusztavvargadr/windows-11-23h2-enterprise/versions/2302.0.2408 My Vagrantfile is as simple as: ```...