Mark Story
Mark Story
I've made lazy scopes an opt-in behavior now. I updated Router tests that use scopes to have run with both eager and lazy scope builders. Having this be an opt-in...
> I would expect Foo\Bar ignored as the class name is fully qualified, ie. class Foo\Data\Y rendered. This isn't a scenario I had accounted for. Why are you mixing namespace...
The `~` operator in role directives allows the classname to be omitted from link text.
Would be good to have test coverage for generating non-ORM models if that's going to be a feature.
> Let me know if this got fixed in the newer versions? This has not been fixed to my knowledge. > If the select strategy is join (the default), the...
> Expectations: because Posts are in custom_datasource, and belong to Users, ORM looks up Users in the datasource of Posts So are you expecting that the ORM will cascade `setConnection()`...
It looks like there are few components to a login flow like this: - A way for a user to request a new link. We can't easily provide the controller...
I'm biased to stateless tokens as they are simpler to get going and can offer the same level of security as stateful ones can (with some caching).
Drag and drop is not something I had considered supporting. Is that something that other icon based application switchers support?
I don't know the providence of that header file. This repo started off using the code from another project and that dependency was inherited. Those other issues due seem related,...