Philpax

Results 181 issues of Philpax

Hi there! I came across NaxRiscv on my trawls, then came across your repo, and figured the former should be on the latter 🙂 I've added it to the end...

It'd be good to handle the following: - [ ] GPUs - [ ] Non-addressable RGB LED strips - [ ] Keyboards - [ ] Mice

Currently, whether or not the required I2C addresses are present on the bus is almost entirely dependent on whether they have been initialised by Aura Sync on Windows prior. While...

Currently, Borealis only allows users to set the entire system's LEDs to the same colour (specified via CLI). Ideally, more granular control would be offered, including being able to control...

The list of Aura devices is currently hardcoded. Borealis should probe the system to determine what's installed.

Certain games, such as Forza Motorsport 3, submit XMA data with the stereo flag set with a null second channel. This falls back to mono conversion when the second channel...

apu

Hi there! I've been thinking about the viability of porting Tock to the PineTime as it would enable a variety of interesting features (notably not having to link applications into...

The current C# / .NET options are largely limited to Blazor and variants thereof (e.g. a runtime targeting WASM that executes .NET CIL); NativeAOT-LLVM looks to be a promising alternative...

I suspect this won't generally be possible until #292 is resolved, but worth asking anyway: I have a Rust guest and a Rust/wasmtime host. I'd like to import functionality from...

Right now, if you generate Rust-import, you get this: ```rust #[allow(clippy::all)] mod input { ``` If you generate wasmtime-import, you get this: ```rust #[allow(clippy::all)] pub mod input { ``` Ideally,...

gen-rust