Christophe Vidal

Results 43 comments of Christophe Vidal

@EliCDavis absolutely useful to me as I was looking for a way to trigger the update myself, instead of waiting on a timer. I still would like a way to...

@EliCDavis I was referring to yours (albeit this original rep is the same too). It goes no matter what into the function `getExeWithPatchForVersion` https://github.com/EliCDavis/go-selfupdate/blob/master/selfupdate/selfupdate.go#L180 and it fails when it makes...

Not so sure, but it looks to me expected. Then it goes to this line https://github.com/EliCDavis/go-selfupdate/blob/master/selfupdate/selfupdate.go#L192 as an error is returned and successfully update the lib. But hitting the patch...

As for the file names, it could be an optional mapping when the function is initialised which tells which file correspond to which platform. For example ``` updater.SetPlatforms(&Platform{ DarwinAmd64: "myosx",...

eventually it should check whether the file exists in the current path, and if not resolve the node_modules... But it's error prone if 2 files / modules come with the...

You're right, I didn't realize it could be related to my Terminal and/or Shell. I was using the Terminal of VSCode. I'm using also iTerm with ZSH in OSX and...

There is `onDropSuccess` which fires when the item is dropped, but I couldn't find either anything else, for when an item is dragged (but before it's dropped)

So, the plugin doesn't work for me either. At least not for a Google App account (seems to work on private one though). If I copy / paste the function...

Right, so similar screenshot from my side: ![image](https://cloud.githubusercontent.com/assets/1253866/25658301/6f6dfe9a-3002-11e7-91d6-5176a0c21c08.png) I just don't have this hovercard-email attribute

cid seems to be unique, as well as id (the attribute on the parent). cpar is, it seems, the concatenation of the UserIds participating in the conversation. I would bet...