Alex Rodionov

Results 506 comments of Alex Rodionov
trafficstars

I think the reason Clipy doesn't have this issue is because it doesn't preserve formatting as extensively as Maccy does. Maccy should either support working with applications like PurePaste (see...

How would that work? When exactly the password should be asked?

I am not experienced with encryption and it's quite new to me. I'm concerned about making it both usable and secure: 1. If the password was entered at startup and...

Another issue is that App Store has some rules about using encryption in software. For now I don't care about it, but as soon as encryption is used - there...

> "orphan records" seem to be only cleared at launch, so deleting sensitive entries from Maccy may not immediately remove them from storage. Just to clarify, clearing at launch was...

> Ah, that is weird. I'm on version 0.22.0 (9) and I still regularly find deleted entries in the ZHISTORYITEMCONTENT table (with the ZITEM column set to NULL). However, it...

Currently, vagrant-exec only support single-VM. The reason behind that is because I was trying to make CLI as simple and predictable as possible. With multi-VM, you have to pass machine...

I disagree with the approach you suggest here because you add `-c` switch and this make it similar to `vagrant ssh`. What's the point of `vagrant exec -c foo` if...

The CLI I was trying to simulate is `bundle exec command`, so I'm still against `-c` switch. On the other hand, I'm getting to think that `vagrant exec name command`...

Thanks for all your comments and ideas, I think the desired behavior should be something like this: ``` bash $ vagrant exec vm1 pwd $ vagrant exec vm2 pwd $...