Kevin Quinn

Results 11 comments of Kevin Quinn

When I read the Composite section the other day I thought it looked more like a simple Registry pattern, but I might be wrong.

For my uses, our application is mostly used internally by company employees, and being able to track when an entity was deleted (perhaps carelessly or mistakenly) by an employee seems...

> Or you mean that you wanted to store the last known state of the entity before it gets deleted Yes. I was thinking that the ~~primary key of the...

@lorenzo that's a good point actually. It might still be a good idea to have it on the delete event in case the entity was originally seeded through migrations or...

@bmudda @GeekWiinik @lorenzo I finally found a half hour today to try adding this. https://github.com/lorenzo/audit-stash/pull/35 The problem is making sure not to break backwards compatibility with the previous `AuditDeleteEvent` signature,...

I know this is an old issue, but to avoid [this](https://xkcd.com/979/), the problem is that you are probably using `templates_snip` instead of `templates`. The `templates_snip` templates are vmustache templated for...

I like it > Given that the work in #852 was designed for tests only, not for public API, I defer to maintainers to whether to remove the static time...

> I dont have bandwidth or motivation to work on this right now Understandable. I had a little bit of extra time this afternoon so I figured I'd take a...

Just wanted to clarify how I imagined this might look like: ``` $options->option('v') ->describedAs(Verbosity. Add more for additional verbosity - ie: -vvv') ->repeatable(); ``` I'm thinking all it would have...

Cool! Hey I was inspired and bored, so I made my own (more of a rough draft) heavily inspired by your library. https://github.com/kevinquinnyo/Optopus In fact I downright stole your method...