Casey Rodarmor

Results 1064 comments of Casey Rodarmor

> @casey as a new(ish) user of just, I wouldn't say it feels bloated. It feels like it has almost all the features I need, while not having many that...

I really like this idea. Plus, like you said, we wouldn't need to expose and stabilize a large API surface, only command line arguments, which arguably are already subject to...

Fixed! The grammar was very out of date. `string` is defined as: ``` string : 'x'? STRING | 'x'? INDENTED_STRING | 'x'? RAW_STRING | 'x'? INDENTED_RAW_STRING ``` So it doesn't...

I definitely agree that the current situation is not great. `--fmt` is pretty bad, which is why it's still `--unstable`. I have a feeling that making it better would be...

> Note that you can create your own cert, and drop it into place (with the proper name) and `lnd` will just run with it and use it as normal....

Looking at the attributes, I think all of them should be able to take expressions as arguments, with the possible exception of `[group]`, which needs to be evaluated without executing...

> How about just using the best format for the relevant data? Inscription traits can use k/v, while galleries can use the more optimized format. I think that galleries may...

PR with the name/value map representation in #4433.

This has been implemented. I opened #4442 to collect feedback.

> Casey: I think this is very interesting topic but the code is still a bit oversimplified, if it just counting the lucky value of 8s and 4s. For example,...