Simon Fridlund

Results 112 comments of Simon Fridlund

The only reason I see for these to be separate proposals is if any of the hofs would be different for the iterator types.

I've joined in on the conversation on the trello card and I'll keep an eye on this PR too.

@paulmolluzzo Maybe you can create a helper on the template where you use isActivePath and let that helper build the string with currentUser ``` js Template.test.helpers({ 'currentUserEditPath': function() { return...

This is not real authentication, it's more of a convenience package to either redirect or render something else depending on if the user is logged in or not, sure the...

Yeah, that's exactly it. ``` create table offers_status ( name text primary key, description text ); insert into offers_status (name, description) values ('ACCEPTED', 'Offer accepted'), ('DECLINED', 'Offer declined'); ``` It...

Postgraphile are using what they are calling "Smart comments" which is basically @ prefixed comments in the database or a smart tags file. In the case of enum tables the...

Thinking about it some more from Kanel's perspective. If you don't want to rely on something like smart comments or similar. I would be perfectly happy to just have to...

The way I have it setup is that the primary key in the enim table is actually the enum value and other tables that are using the enum values just...

@chmac, I made a package based on this one, only have support for timestampable and softRemovable but I have support for simple-schema/collection2/autoform

http://atmospherejs.com/zimme/collection-softremovable