Manfred Touron

Results 499 comments of Manfred Touron

Hey 👋 I’ve: * cherry-picked changes from @champly on master * removed the old “develop” branch that caused some PRs to be closed, because incompatible with master -> it was...

https://github.com/moul/alfred-workflow-gauth/pull/10#issuecomment-38708160 > it looks good to me. > I ran a few tests and it worked fine. > It's a bit slower than the config file (like you said), but...

Too slow, we need to cache the list of keys and only call the slow resolver when asking specifically for a key

It's strange, the current default file is : ``` python _CONFIG_FILE_INITIAL_CONTENT = \ """#Examples of valid configurations: #[google - [email protected]] #secret=xxxxxxxxxxxxxxxxxx # #[evernote - robert] #secret=yyyyyyyyyyyyyyyyyy """ ``` (https://github.com/moul/alfred-workflow-gauth/blob/master/src/gauth.py#L20-L26) How...

Hi, in my .gauth file, I have something like this: ``` [Dropbox] secret = xxxx xxxx xxxx xxxx xxxx xxxx xx ```

Hi @pschmitt, thank you for your feedback, That's a good idea, I was thinking about something equivalent when looking for a solution to fix #258 I will give a try...

Just added a note about the minimal Golang version in the README (534a01f9f189920204eef4a3b1e8331f4e5c56f0)

Hi @pikeas, thank you for all these questions; it helps me to understand the usage and feeling of users 👍 --- > 1) I have `ServerAliveInterval: 60` in my defaults....

> Thanks for the reply, @moul! Would you like separate issues for the changes in 1, 2, and 4? Yes, definitely! 🍰 > 3: (hostname not specified) - No strong...