Mina Naguib

Results 15 comments of Mina Naguib

This is legal: link_to "", @comment.url

@ryanb Created a gist instead: http://gist.github.com/244787

@ryanb I understand the above, but, the current behavior of link_to allows you to either: link_to x, comments_path or link_to h(x), comments_path Where x can be a trusted html chunk...

@NZKoz I just realized that there are actually 2 concerns. - A String's notion of html_safe or not (slightly ill defined) - Rendering strings, and possibly needing to escape them...

@ryanb Don't get me wrong. I like what's being done. I'm just worried about the consistency. Take the strong helper, for example, if you're writing a tutorial site and want...

I've seen the same behavior on a Mac with python 3.6 (installed from MacPorts) Downgrading to python 3.4 solved the issue

Thanks Sandeep. I've committed this fix in minaguib/libcassandra@cb68df9eddf50d5ad68436d1ab744a7ffd679793 I'll send Padraig a pull request including it.

I've used this to work-around the issue: ./configure CXXFLAGS="-I/opt/local/include -Wno-variadic-macros"

Unfortunately, it gets even worse. In my branch I've upgraded to libthrift 0.6 and there are even more warnings originating from thrift header files. While well-intentioned, I've had to disable...

Would LOVE to see this happen (especially if the version check is the only real blocker)