mitchmindtree

Results 396 comments of mitchmindtree

Can confirm, I also noticed this recently on ALSA (on NixOS).

I think I would start by checking how the `StreamConfig`'s `buffer_size` field gets passed through to and used by the ALSA backend, and seeing if anything looks suspicious there. I...

Ok, I've had a go at implementing a [**Walker** trait](https://github.com/mitchmindtree/daggy/blob/master/src/walker.rs#L21) and have [written some tests](https://github.com/mitchmindtree/daggy/blob/master/tests/walkers.rs) which demonstrate their behaviour. I've found that, for graph traversal, walkers are strictly more flexible...

Ahh indeed. It should be pretty easy to move the associated `Graph` type to a generic input type `G`, so that the `Walker` trait could be implemented uniquely for different...

I've been noticing a few cases recently where it would be nice to be able to pass a `Dfs` or `Bfs` a specific type of `Walker` to use when walking...

Yep "drilling down" is right, here's an [example](https://github.com/mitchmindtree/conrod/blob/graphics_widgets/src/graph/mod.rs#L477) from conrod and [some usage](https://github.com/mitchmindtree/conrod/blob/graphics_widgets/src/graph/algo.rs#L249).

Thanks @windo! I'm going to close this as we've just landed support for the Vim terminal in #74, which for the most part is #42 trimmed down a little and...

I have a follow-up commit [here](https://github.com/mitchmindtree/vim-tidal/pull/1) based on these changes that allows for specifying a custom `BootTidal.hs` path via `g:boot_tidal`, but I'll leave it for a follow-up PR to keep...

Hey there @munshkr, would you be interested in some help with maintaining the plugin? I'd be happy to assist :bow:

Thanks again for adding me as a collaborator @munshkr :pray: Going to land this and start opening some new PRs for some pending work I have downstream.