Philip Woolford

Results 11 issues of Philip Woolford

Adds `extra(&self)` methods to configuration, endpoint and interface descriptors. Adds `port_number(&self)` method to devices. Access to the `extra` data from libusb is necessary in order to identify which devices have...

A user sent me a chat on Reddit asking for this. Tested locally on Shield v1.3.2

How do you get the crate to compile in no_std environments? running `cargo check --no-default-features --features hashbrown` give the following error importing `std`: ```bash error[E0433]: failed to resolve: use of...

As title implies. The example runs well and allows `A` inputs to spawn squares. However it crashes and kills atmosphere if you press `+` to exit.

This widens the implementation of the `Heap` struct into a `SegmentedHeap`, allowing multiple regions to be used for heap allocation. There is not, however, any fitting strategy - all allocations...

This refactor is aimed at fixing crashes found while testing the `gpu-simple` example applet. The following changes have been made: 1. made the allocator thread safe using `linked_list_allocator`'s `LockedHeap`. This...

Please see https://github.com/aarch64-switch-rs/nx/pull/25

I just checked out the repo to give it a look, and I was trying some of the examples. I ran the Pokedex example on `Windows 10 Pro (10.0.18362 N/A...

bug
rendering
shell

This PR adds an implementation of `OptionalFromRequestParts for JWT`, allowing handler functions in controllers such as `pub async fn render_home(jwt: Option, ViewEngine(v): ViewEngine) -> Result` for things like redirecting to...

This is a start for supporting concread in `no_std` environments. While I am not working on it right now, this was motivated by my desire for a kv-store in a...