Nazmul Idris

Results 50 comments of Nazmul Idris

> Can you post a screenshot of the result so that we are exactly on the same page? ![image](https://user-images.githubusercontent.com/2966499/232081646-b606de73-afc0-431e-b736-6d20e0086d1d.png)

`plist` has updated it's dependencies, and moved away from using `safemem`. https://github.com/ebarnard/rust-plist/pull/134 Can `Cargo.toml` be updated to use this latest version?

@0xkelvin Thank you. Here is a good place to get started to get a handle on terminals and TUIs: https://github.com/r3bl-org/onboarding In the current tuify codebase we have tests in the...

@gushul That's awesome, this is all yours. Please let us know if you have any questions as you explore. You can also ask questions on the contributors discord https://discord.ockam.io

@Himanshu-370 That's awesome, this is all yours. Please let us know if you have any questions as you explore. You can also ask questions on the contributors discord https://discord.gg/RAbjRr3kds

@Himanshu-370 Since you started working on this issue here's some new information that help you w/ your PR: - Please use the functions `select_multiple`, and `confirm_interactively` in this [file](https://github.com/build-trust/ockam/blob/develop/implementations/rust/ockam/ockam_command/src/terminal/mod.rs#L281). -...

@Himanshu-370 We made a minor UX (user experience) update to the issue today. Instead of asking a user for confirmation once they've made their selection, we can just skip that...

@MJoaaquin Thank you for spending time on this 🎉 . We will take a look at this by tomorrow. 👍🏽

@guha-rahul Here are some good starting points: - https://github.com/build-trust/ockam/blob/develop/implementations/rust/ockam/ockam_command/src/project/ticket.rs - https://github.com/build-trust/ockam/blob/develop/implementations/rust/ockam/ockam_command/src/enroll/command.rs#L42