Tim Kretschmer

Results 126 comments of Tim Kretschmer

i think a more universal use-case would be ``` def friend_with?(user) # A friended B a.friend_with?(b) # false b.friend_with?(a) # false # B approved a.friend_with?(b) # true b.friend_with?(a) # true...

https://gist.github.com/krtschmr/c9cb75ad364140ee5b6b953a1b1bb0cf allright, now i finished it myself, with all specs that we need. fitting us like a charme. feel free to take it as an inspiration and implement any of...

@stingrayzboy have a look at this approach https://gist.github.com/krtschmr/c9cb75ad364140ee5b6b953a1b1bb0cf

this would not fix multiline body issues. branch i used: https://github.com/dcflw/pull-request/commits/master

simple reason: we are ghosting comments. due to performance, we still render ghosted comments to all, just with the flag "ghosted" (rendered by react, won't display unless comment.user == current_user)....

@beauby the following code was working fine. simply remove the attributes if they been false. in my serializer i added ``` def remove_false_attributes [:ghosted] end ``` then in my fork...

yeah, we need this. for sure! i don't wanna stub the same and same request over and over again?

this should be done. we would like to use this theme, but it's useless right now. the integration will take too much time.

Yes. welcome to open source development 😢