Uli Kusterer

Results 90 issues of Uli Kusterer

Currently we load all resources when the file is opened. The real resource manager only loads the resource map and defers loading the data until LoadResource is called. Our FakeLoadResource...

Currently, we load all resources into RAM when a file is opened. The real resource manager loads only the resource map, and keeps track of the offsets of the resource...

Apple reserves all un-prefixed and two-letter prefixed class names for itself. If Apple ever creates a class named Mixin (even internally in a framework, like it happened for "Account" a...

With an eye towards the dream of eventually getting this to run on other platforms with non-HFS file systems: Any chance of making `mpw` support writing not to two-fork files...

This code could use some improvement: Currently it starts its own thread to download the data, then starts a synchronous request (which in turn starts its own thread and blocks...

This still uses NSURLConnection, but turns off the deprecation warnings for it using `#pragma`. Would be a much better idea to upgrade to using NSURLSession instead.

I'm trying to get this to run in my (non-MPW) makefile: ```bash MakePPCCodeRsrc build/obj/$(EXECUTABLE).tmp -o $(EXECUTABLE) -append -rt xcmd=7000 -c 'RSED' -t 'rsrc' -rn $(EXECUTABLE) ``` Installed copied the `Scripts`...

In the Readme.md, there's a link "toot me" to contact the author. It leads to a "this account does not exist" page on that Mastodon instance. Would be great if...

In some cases the first character(s?) of a field's text disappear. Seems it is related to our code for detecting the highlight, and to styled text.