Marko Mijalkovic

Results 7 issues of Marko Mijalkovic

PR #115 fixes issue #114 by converting the output `u8` values to sRGB *after* fontdue creates a coverage vector. However, when working with linear `u8` values, a nonlinear function like...

enhancement

This can be done via a fork for now, but ideally we can upstream this to the official rust repo. Depends on #49

long-term-goal

`psp-gdb` somewhat works for now, but it is a hefty dependency as it requires the C toolchain to be compiled and installed. It also does not support printing Rust types.

This requires porting `PRXEncrypter` from the PSPSDK.

needs-review

There is currently no support for kernel mode functions. It would be nice to have an (off by default) `kernel` feature in this crate to enable all the missing kernel...

long-term-goal

Hello, thanks for making this library :-) There seems to be a bug when calling `loudness_range` that occasionally triggers a panic. I've attached a stack trace with the relevant calls...

help wanted

### Problem When the `CARGO_HOME` folder is moved to a new location, subsequent builds invalidate `target` folder caches because source file paths were updated. This is relevant in CI, where...

C-bug
A-rebuild-detection
S-needs-design