Jay Oster

Results 116 issues of Jay Oster

I maintain [`cargo-n64`](https://github.com/rust-console/cargo-n64) which uses a target JSON file (opposed to a target triple). When building a project with `cargo-asm` using a path as the target, it is unable to...

- There are a few typos/partial refactors, and missing a code section. - This was tested on https://mplabxpress.microchip.com/mplabcloud/ide

I am trying to bench some data structures with a large number of items in each structure. I would like to have a single `setup` that is called once (and...

The file system is not unmounted when the application is terminated. E.g. `ctrl+c` in the hello example. Attempting to run the application again (on OSX) errors out with: ``` mount_osxfusefs:...

enhancement

This fork has a lot of very cool stuff. This PR will pull in all of these changes.

It seems the font background is opaque black. I don't know why. It looks pretty bad.

bug

When the file system on SD gets fragmented (by adding and removing small files) alt64 will be unable to read some files correctly, especially when loading ROMs. See: https://github.com/parasyte/alt64/blob/3ba0910535a9fc480558be21ca9e716e13e36dbd/menu.c#L1315-L1322 The...

bug

0.3.0 was released today, and I was surprised by the zip file size: |File name|`0.2.0`|`0.3.0`| |----|----|----| |`i686-pc-windows-msvc`|1.74 MB|3.36 MB| |`x86_64-apple-darwin`|1.7 MB|3.41 MB| |`x86_64-pc-windows-msvc`|1.74 MB|3.36 MB| Clearly something has changed! Note...

bug

Part of #31 TODO: - [x] Replace `rustls` with `native-tls` - [x] Remove `flate2` - [ ] Remove `idna` (needs upstream release for the `url` and `ureq` crates)

Instead of combining track + layout into a single dropdown, we should split these into two options. The layout dropdown could default to "all" which will allow comparing setups across...

enhancement
good first issue