Casey Rodarmor

Results 1064 comments of Casey Rodarmor

I'm not sure about this one. I understand the intent, but it's unclear to me that a fixed error message is useful. Recipes often have multiple lines, and any line...

Could you add a test or example which demonstrates the syntax? I'd like to see how it looks.

Hey, sorry for taking so long to look at this. I spent a few months not really working on `just` at all. I decided to go another direction in providing...

Is there a direct link you can use for the `just` package? Even pointing to the package definition file for `just` in the repo would be good. I actually also...

Merged! I removed the package link, I think it's fine for the package name to be plain text if there's no good link to the package.

I propose that we tackle this issue in two steps: 1. Decide on a standard way for crate authors to ship man pages with their crate. I think that `man/*.[1-9]`...

@liquidaty There would have to be a different syntax for this, since I believe the pattern of having an interpolation first is common. For example, if someone wanted to use...

We have an `Entry` trait which abstracts over complex types that can be loaded and stored from the database: ``` pub(crate) trait Entry: Sized { type Value; fn load(value: Self::Value)...

I think there's not much that can be done about this. I think one of the benefits of *not* using the same syntax as the shell, i.e., `${…}`, is that...

Can you give an example of a recipe, the current help message which `just` gives, and the help message that you'd like? I'd like to understand the use-case more specifically.