ynqa
ynqa
@simonsan Thank you for your proposal! > I would be interested if something like this is already existing, e.g. based on inquire, promkit, or if there is any interest to...
@simonsan I've started by creating a prototype. I believe it needs to be refined further, but what do you think? - https://github.com/ynqa/promkit/blob/dev-0.4.0/promkit-derive/promkit-derive/examples/example.rs ```rust use promkit::{crossterm::style::Color, style::StyleBuilder, Result}; use promkit_derive::Promkit; #[derive(Default,...
@simonsan Thank you for your comment! 👍 Please feel free to continue posting your feedback after you have had a chance to try it out. As a favor, could I...
@simonsan I refined it in PR #17. Here are the changes: - Changed the term **ask** to **readline**. This indicates the use of the preset [readline](https://github.com/ynqa/promkit/blob/main/src/preset/readline.rs). Any parameters that can...
@simonsan Thanks for your comments! 👍 Indeed, the terminology needs to be clearer about what can be done. It felt like it could also be offered as something separate from...
@tranzystorekk Wow, thanks for your suggestions. Please let me ask. - Is this a mechanism that allows skipping the build of libjq by referring to an already installed libjq? -...
> I used Docusaurus in this PR but I think I will use https://rust-lang.github.io/mdBook/index.html instead. (Discovered it only now) > > Since it's built with rust, it seems more appropriate...
@anton-suprun I'll go ahead and close this for now. Let's reopen it or create a new one when we're ready to work on it again 👋
I apologize for the delayed response as I had been away from development for a while. @01mf02 Thank you again for posting the issue. I am honored to have caught...
@kz6fittycent Thank you also 👍 I’ll review the rest later.