nick42d

Results 25 comments of nick42d

Could use this in a project, is there anything I can do to help here @dvdsk @naglis @est31 ?

> I am getting zero sound whatsoever, even on the main menu. > > OS: OpenSUSE Tumbleweed DE: Cinnamon GPU: AMD 6700XT [output.log](https://github.com/pauleve/docker-mtgo/files/13564437/output.log) > > [inxi-Aa.log](https://github.com/pauleve/docker-mtgo/files/13564601/inxi-Aa.log) I also seem to...

Had the same issue here. Where is the source code for the book located?

I see what you mean about the commands. I see no need to change the existing defaults from what you've set, am happy for this to be a new flag....

Took some time to think about this. Combining the two suggestions of --source and --no-bin, we could do; New flag `--source [SourceType]` where `[SourceType]` is `project` or `crates-io`. (Default: project...

> I wonder whether we should be passing `no-default-features` to crossterm / termion / termwiz (and only include the features that we 100% need). This kind of approach, to provide...

Thanks for the comprehensive response @matta, and I do agree that having to maintain someone else's feature flags does increase maintenance burden for ratatui, and I too hope cargo provides...

> @nick42d I wonder if you could take your program, depend on crossterm directly, enable the crossterm/event-stream feature, and induce cargo to use a different version of crossterm this way,...

Since ratatui docs now no longer refer to `ratatui::crossterm`, it's clear to me now that the recommended approach is to import crossterm directly. This removes the cognitive dissonance that caused...