mitchmindtree

Results 396 comments of mitchmindtree

It looks like `undefined_layout` is initialised to `true` within `Swapchain::new_inner`, but a quick ```bash grep -nr undefined_layout ./vulkano/src/ ``` shows that it can never be changed from this. The only...

@freesig and I are also very interested in this! I think @freesig is going to have a go at automating this process in a standalone crate first, then we'll probably...

@bvssvni indeed, however I don't even think the `Guid` is even being used by anything (`Element` stores one, however I don't think it is ever used). We could probably just...

I'm curently digging into superdirt recording solutions to see just how easy I can make recording out little tidal clips. There's lots of handy tricks around routing into DAWs etc,...

Thanks for your contributions @shnorbluk, and sorry for the delayed response! At a glance these changes look good. Is there any chance you'd be interested in helping to maintain the...

@shnorbluk great to hear! I think you should now have merge access to this repository. If you could let me know your crates.io user name, I can give you publishing...

OK, I think I've added you! ``` [nix-shell:~/programming/rust/m3u]$ cargo owner --add shnorbluk Updating crates.io index Owner user shnorbluk has been invited to be an owner of crate m3u ```

> In theory Nix 2.15 should be making your Nix profile in $HOME/.nix-profile, not /nix/var/nix/profiles/per-user/... Interesting, I noticed that `.nix-profile` *was* there, thought it was just a symlink to `/nix/var/nix/profiles/per-user/$USER`...

Ahh good spot, its a mistake :) I've been using `None` lately as it doesn't create a conflict with the std `None` anymore, now that enums are name-spaced - what...

This sounds very useful and would be a welcome addition!