Alan Hamlett

Results 498 comments of Alan Hamlett

> the authenticate error disappear if I pass password to wakatime-cli and my id_rsa is place at ~/.ssh/id_rsa Only password or key should be needed but not both. Does it...

We don't want to re-use existing ssh tools because that's system dependent. We're fine with using go libraries to parse these files, but that's not much different than parsing them...

When we find `ProxyCommand` we can try executing the `sftp` binary to download the file, but in most cases I want to stay in Go-land because a lot of bugs...

Let's leave it open until I look through the code for any loops or recursion that might never break or end, and add failsafe counters to them.

This is something we've been wanting to do for a while. Let's use: * Unix: `$XDG_CONFIG_HOME/wakatime/` * Mac: `$HOME/.wakatime/` * Windows: `$HOME/.wakatime/` Some of the editor extensions already use `$HOME/.wakatime/`...

> go library somewhere that handles most of this already Each plugin uses a different language so we'll have to implement it in multiple languages, unless we use wakatime-cli for...

The [Using with Flask Example](http://hongminhee.org/libsass-python/frameworks/flask.html#using-with-flask) should mention [jac](https://github.com/jaysonsantos/jinja-assets-compressor) as an alternative to SassMiddleware.

Yes, just wanted to mention JAC so people know the options available. A one liner link if possible.

[Flask Signals](https://flask.palletsprojects.com/en/1.1.x/signals/) are built for this.

Just saw your comment after creating my PR. How about I add a config to enable/disable signals so the user can decide if they don't mind the extra overhead?