mitchmindtree

Results 294 comments of mitchmindtree

I've run into a similar use case to erickt: I've added an optional `serde_serialization` feature to some of the RustAudio crates. In order to be able to test their serialization...

This issue isn't very high priority for me, I'm happy waiting until specialization stabilises if that suits you best :+1:

Just a related thought - I wonder if getting this to 1.0 (or even just making progress) would be a suitable project for [Summer of Nix](https://discourse.nixos.org/t/the-summer-of-nix-learn-nix-while-doing-useful-paid-work/12225)? If I had a...

I just simplified the `.travis.yml` a little so that it no longer attempts to build on nightly and upload docs. [docs.rs](https://docs.rs) has become prevalent enough at this point where it...

Hi @danburkert - just a friendly ping :)

Hey guys, any further word on a solid solution for async checking? If not, what is the best (/ least terrible) 3rd party solution that you've come across? I've recently...

@ggazebo you might be interested in the solution mentioned in [this comment](https://github.com/vulkano-rs/vulkano/issues/1135#issuecomment-450536087) - it's similar to the solution you mention but uses the existing `FenceSignalFuture::wait` method on the future returned...

Just cc'ing myself as we're also currently interested in a solution for this for nannou-org/nannou#223. @casey I'm curious if your MoltenVK bug has since been solved? We've been testing it...

@norru you might be interested in @freesig's [shade_runner crate](https://github.com/freesig/shade_runner) (you can find a nannou hot-loading example that uses it [here](https://github.com/nannou-org/nannou/pull/294)). It's still brand new, but at least demonstrates how this...

Just confirming that I also run into this with the exact same integrated device. ``` GPU id : 0 (Intel(R) HD Graphics 620 (Kaby Lake GT2)) ```