Mislav Marohnić

Results 921 comments of Mislav Marohnić

Hi, thanks for the suggestion and for sharing the speed comparison. In case of a slow PATH, I think you will have many more problems with your dev environment than...

It could, I'll look into it. If anyone wants to solve this in Ruby, go ahead. The net/ssh library probably has an extra option for this or something. For now,...

I'm not maintaining it lately but I'm still using it simply because it works for me. If an extra option should be needed, I'll review any PR that's opened against...

Hi, thanks for the feedback! 1. Yeah, the `-r` option can be pretty important. However, its usage is already demonstrated both in the README and `git-deploy -h`. Where would you...

A for (3), when you upgrade git-deploy, the remote hooks that you installed with an older version remain unchanged, unless you explicitly overwrite them with `git deploy hooks`

Hi, thanks for reporting, but rbenv-doctor isn't meant to be installed to PATH and then called as `rbenv doctor` (i.e., as a rbenv plugin). It was meant to be a...

I din't think distinction is that necessary. Classes are Modules, anyway. To me it matters what a Class/Module does, not what type is it. And to find out if something...

I'm sorry about you having trouble. There was https://github.com/mislav/git-deploy/pull/74 which relaxes the net-ssh version constraint, but still doesn't allow it to be updated to net-ssh 3. I'm not sure if...

Yes, this is a problem with [our current implementation of mouseenter/mouseleave](https://github.com/madrobby/zepto/blob/b9328f1e8a3182cfbc2686724f48397d074a2910/src/event.js#L57-62): it gets overriden by event delegation. Right now it's not possible to combine the two, but we'll look into...

They are different projects with different implementations. The other project seems it might have more features. I suggest that you read both project's documentation to determine which better suits your...