Ryan Carsten Schmidt

Results 415 issues of Ryan Carsten Schmidt

I think there may be a problem with the Retro68 relocation code because the application I'm developing is crashing in inexplicable ways and the behavior is consistent but varies depending...

In my project I use a third-party C++ library. I create an instance of its main class for each document I open. It in turn creates a bunch of other...

In my app I'm trying to use `debugstr` (which is like `DebugStr` but accepts C strings instead of Pascal strings) but although I've included MacTypes.h where it's declared (in Universal...

The [version history in the readme](https://github.com/KrisKennaway/ii-pix/blob/7a4e27e0dac5d5e9444624da68c67e6b851ee960/README.md#version-history) says versions 1.0, 1.1, 2.0, 2.1, and 2.2 have been released, but the only [tag](https://github.com/KrisKennaway/ii-pix/tags) and [release](https://github.com/KrisKennaway/ii-pix/releases) is for 1.1. Please add tags and...

When using python 3.12, this warning appears: ``` % cm -h /opt/local/bin/cm:53: SyntaxWarning: invalid escape sequence '\d' m = re.match(".*#(\d+).*", data, flags=(re.MULTILINE|re.DOTALL)) usage: cm [-h] [-c] [-m MESSAGE] [-i] [--message-file...

## Summary * OS: OS X 10.9.5 * Bug fix: yes * Type: don't know * Fixes: #2362 ## Description Include CoreFoundation/CoreFoundation.h This is correct, since this file does use...

## Summary * OS: OS X 10.8.5 * Architecture: any * Psutil version: 5.9.8 plus patches to fix #2360 and #2362 * Python version: any * Type: installation ## Description...

bug
macos

## Summary * OS: OS X 10.11 * Architecture: x86_64 * Psutil version: 5.9.7 * Python version: I was using 3.12.1 but I don't think it matters * Type: installation...

bug
macos

README.md, CONTRIBUTING.md, the manpage, the Makefile, the meson.build file, all say you use C99, but you include stdatomic.h (#1041) which is C11.

enhancement