Ryan Carsten Schmidt

Results 570 comments of Ryan Carsten Schmidt

> What program are you using to decode the file? I can't find it anywhere. Are you asking about where to get the `applesingle` program I mentioned? It is part...

@datajerk I found the AppleCommander issue filed by the developer of cc65 explaining the motivation for using AppleSingle as the interchange format: https://github.com/AppleCommander/AppleCommander/issues/20 @snoglobe I also found the AppleCommander subproject...

> The SDK no longer installs itself into /usr/lib and /usr/include, as we want to allow each applications to have its own private copy of the library If that's true,...

It's been 2½ years since the last stable version, 3.2, was released, containing this bug. How much longer must we wait for a new stable version that can actually be...

> Would you be willing to rebase it against current master and then wait for one or two other people to review and test it? I'm not currently working on...

If I understand correctly, naught would need to pass the fd to the master when it spawns it in daemon.js: ``` master = spawn(process.execPath, nodeArgs.concat([path.join(__dirname, "master.js"), workerCount, script]).concat(argv), { env:...

@jgrigg, I did implement this last year in a fork, for which I have now submitted a pull request.

Title should be changed to "Mac version needs sudo"; the problem is not Homebrew-specific. Can we get any response as to why this is the case? Just to be clear,...

Why does oping.c `#define NCURSES_OPAQUE 1`? It was added in cce085e1e0cb19050cf69f6916558b2541ab793a without explanation. If I remove that line, it compiles fine for me.

I assume this is because in Info.plist, `SUFeedURL` is set to http://niceplayer.googlecode.com/svn/appcast/index.xml, which is 404 not found, since this project has moved from Google Code to GitHub.