David Stancu

Results 28 comments of David Stancu

Thanks for the detailed report! While I try to reproduce this, see if the [1.4.5 release](https://github.com/mach-kernel/cadius/releases/tag/1.4.5) helps.

I confirmed that the old (1.1x) Windows version exhibits the same behavior. While I agree with your expected result I am wary of changing the default behavior of the tool...

Someone mentioned being able to use multiple ProDOS partitions (in a manner similar to CiderPress), so that is next up on the list of things to do for this PR.

Awesome! This was super annoying while using in build scripts that should fail early but no way to tell.

I'll do some testing this evening 👍 > (Damn I wish this was in C++.) I was playing around with the idea of using Go with [Cgo](https://golang.org/cmd/cgo/) to write a...

Hi there! I reopened it, thought it was abandoned because of the merge conflicts. I think this feature is necessary if people want to use this in any kind of...

Awesome! Much appreciated.

This would be useful for me too. My use case is wanting to move from an `xpc_object_t` into a Rust HashMap: ```rust let mut hm: HashMap = HashMap::new(); let block...