David Stern
David Stern
EXC_BAD_ACCESS (SIGSEGV) in sentrycrashmc_getThreadAtIndex; SentryCrash Exception Handler (Primary)
### Platform macOS ### Installed Carthage ### Version 7.20.0 ### Steps to Reproduce We've had trouble consistently reproducing this issue. A user reported that our app (Warp, a MacOS terminal)...
### Platform macOS ### Installed Carthage ### Version 7.20.0 ### Steps to Reproduce One could probably come up with a minimal repro case, but I'm not an experienced MacOS dev...
We use font-kit for font rendering in our MacOS app (https://github.com/warpdotdev/Warp), and I noticed that characters sometimes are rendered without the top row of pixels. For example, when using Courier...
I'm trying to set up a basic skeleton for a Rust-based OS using this package to create a bootloader and boot image, and am running into the following problem: ```...
When enabling v0 symbol mangling (e.g.: by setting `rustflags = "-Csymbol-mangling-version=v0"` in the `[build]` section of the cargo config file), most duplicate copies of a function end up as their...
**Description** Upgraded to the 0.20 release and noticed that, when using the GL backend with a non-sRGB texture format (specifically, `Rgba8Unorm`), colors render as though an sRGB texture format was...
### Platform macOS ### Installed Carthage ### Version 8.1.0 ### Steps to Reproduce 1. Build a small binary that segfaults. Can be done by compiling the following C code with...
### Description Pre 0.30, `EventLoopWindowTargetExtX11` enabled users to invoke `is_x11` on an `EventLoop`, as an `EventLoop` could be coerced into an `EventLoopWindowTarget`. With the 0.30 API changes that replaced `EventLoopWindowTarget`...
`pathfinder_color` v0.5.0 was released about a week before a PR was submitted that marked `ColorU::new()` and friends as `const fn`. This would be very nice functionality to have available, but...
### Description Our application's error reporting has been capturing a lot of `called Result::unwrap() on an Err value: Connection(IoError(Custom { kind: Other, error: UnknownError }))` panics, stemming from the unwrap...