Nick Ostrovsky

Results 85 comments of Nick Ostrovsky

Are you using `slim-template/vim-slim`?

Am I right you would like it work like this: ``` "jquery.min.js": "http://code.jquery.com/jquery.2.0.0.min.js" ``` So you could change the version of the file in the fetch parameters but it will...

Hey, Please check now, `min.js` was conflicting, not sure if that was a good idea to include it into the pull-request.

I concur. This looks strange in the view: ``` slim = cell('worktime', worktime).() ``` Shouldn't view helper return html_safe output by default? Besides ``` slim = cell('worktime', collection: worktimes) ```...

Yep, I understand, but if we are striving for consistency then maybe adding something like this to base class would be reasonable? ``` ruby def to_s call.html_safe end ```

Actually I need to copy when looking at older commits. To re-apply some code or stuff like that. Regarding staging, I don't see why it can't allow both copying and...

You can't copy from Stage window where you mark lines for commit. Sorry for my confusing messages prior, I was sending it form my phone without actually taking a look....

It hapenned when I was adding all albums for the user. Despite showing the error it added all albums anyway. So after I refreshed the page I saw them all....