Stevan Little

Results 65 comments of Stevan Little

Adding some links to supporting information here: [An older RFC to add support for it](https://github.com/facebook/graphql/pull/510) [Now it is part of the current draft spec](https://facebook.github.io/graphql/draft/#sec-Language.Variables) [And it is supported in the...

I don't recall the reason why parameterized services cannot be deferred, which makes me think that it was some seriously tricky bits causing this. Perhaps @doy can comment better here....

Hmm, I am not sure about this, I generally dislike this kind of dual-purpose behavior. The rw accessor is an instance method, and you are using it as a class...

@plicease - lets leave this issue open and I will remember to add this to the docs. Thanks!

Just a note for context. This was discussed at the Boston.pm meeting on Nov. 12, 2013. The idea is that we can make trait building easier by creating a custom...

You could add a lock here, how much value it provides I don't know. My experience with `Singleton::WithParameters` is that it is very rare to actually create singletons with the...

We could also store it in the hits hash, like `$^H{'MOP/meta'}`

To be honest, un-applying a role was not probably not a feature in Moose at the time I wrote this. As for your approach, I have no real objection to...

I think that Perl 6 style named parameters would be good, they do increase the complexity of the sig parsing though so I would like to wait until the core...

Agreed, this can be a "later" thing. On Oct 17, 2013, at 5:37 PM, Jesse Luehrs [email protected] wrote: > I think this should not be part of the first round...