Dheepak Krishnamurthy
Dheepak Krishnamurthy
From this file: https://github.com/piwheels/piwheels/blob/05f0819581dd44844a5e99462746a50e28f46b56/deploy_slave.sh#L42 It looks like `libzmq5` is installed but I think we need `libzmq3-dev` to install from source. What is the recommended way to get that in the...
Pinging @nightlark or @phlptp. It still is failing because of zmq it appears, but I don’t think I have the bandwidth to help figure this out unfortunately.
It’s nice that build logs are available on the page now! Thanks for maintaining this project!
Possibly related to #358
As @EdJoPaTo pointed out: > Should probably wait until [ratatui-org/ratatui#1007](https://github.com/ratatui-org/ratatui/pull/1007) is settled.
Awesome! Thanks for offering to work on this! Let us know if you have any questions!
There's still a number of places `anyhow` is mentioned or used. ``` $ rg anyhow code/the-elm-architecture/src/main.rs 4:// cargo add anyhow crossterm ratatui src/content/docs/how-to/develop-apps/config-directories.md 44:use anyhow::{anyhow, Context, Result}; 53:return Err(anyhow!("Unable to...
Related: https://github.com/kdheepak/taskwarrior-tui/issues/46
You need to pause the event handler in your rust ratatui tui application _before_ you spawn vim and you need to restart your event handler _after_ vim returns. If you...
Happy to rename it! I didn’t realize that I swapped the names. Perhaps because I use `dbg!` so much normally.