John Feminella
John Feminella
When I write a rule that involves a scope, like ``` ruby class Ability def initialize(user) can :frobble, Bucket, Bucket.frobbleable_by(user) end end ``` it seems CanCan stores the results of...
Sometimes one just wants to ask questions about the YAML that's being processed rather than needing to deserialize it into an entire object graph. This is especially common when parts...
I often want to use the directory of where the Taskfile is located as an input to other commands (not the current working directory), but it seems like `sprig` really...
The documentation doesn't currently say one way or the other whether block definitions inside templates are permissible. This clarifies that they are not.
### Preflight Checklist - [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet - [x] This is a single feature request (not multiple features) ### Problem...