mitchmindtree
mitchmindtree
Thanks for putting this together! --- When I use a shell to access the foundry applications like so: ```console nix shell github:shazow/foundry.nix ``` The completions do not appear to work,...
After thinking a little more on the `SampleFormat` checking discussed in [this comment](https://github.com/ruuda/hound/pull/8#issuecomment-230406201), I realised we could probably also move the `bytes_per_sample` and `bits_per_sample` checks out of the iteration if...
I'm not 100% sure whether this issue belongs here or at the cargo repo, however this seems to be the only crate for which this is occurring on this system....
## Motivation The idea of configuring external tools and forc plugins via the `Forc.toml` has been raised a few times recently, the `fuel-indexer` being the most recent (https://github.com/FuelLabs/fuel-indexer/issues/89). The goal...
## TL;DR It would be great if `rust-embedded` adopted [`panic-never`](https://crates.io/crates/panic-never) as a standard for libraries. I found it impossible to take advantage of `panic-never` while also taking advantage of the...
I'd like to use a `G2dTexture` as a cache for some glyphs alongside a `rusttype::gpu_cache::Cache`. In order to call `UpdateTexture::update`, it looks like mutable access to the `Encoder` is required,...
The `WindowSettings` builder returns a `String` as its error type, while the `Glyphs` constructor produces an `Error`. I think it'd be nice to change the `WindowSettings` builder error from `String`...
This is the case as of #66 . I figured we could leave it this way for now as some support for the event is better than none at all,...
@tomaka suggested this in irc > wait, glutin_window calls gl::load_with? and piston uses the same "gl" static objects, hoping that it doesn't mismatch? > > ... ideally you'd expose `get_proc_address`...
This is a port of the old travis-ci cross-compile check, which currently does not seem to be working. Downloading the SDK works fine, but initially building produces a "missing libclang.so"...