Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async shell calls #10

Closed
wants to merge 63 commits into from
Closed

Async shell calls #10

wants to merge 63 commits into from

Conversation

thomasf
Copy link

@thomasf thomasf commented Jan 18, 2014

fix for issue #9

@thomasf
Copy link
Author

thomasf commented Jan 28, 2014

You should really pull this.. It made wakatime-mode go from an unusable state of interrupting me by freezing emacs from time to time my work to very usable.

@hayamiz
Copy link

hayamiz commented Mar 8, 2014

+1

alanhamlett and others added 26 commits March 9, 2014 06:30
Don't warn about existing processes + Don't start process unless file buffer
…n't warn about response code 102, because that just means we are working offline.
to allow logging of paths containing spaces
Add quoting to file argument in client command
syohex and others added 28 commits November 18, 2015 08:07
Add package footer for packaging convention
* Support pyenv wakatime
* Support Homebrew wakatime-cli
Guess wakatime-cli-path if it's not set.
The code doesn’t use it anywhere yet.
Now if the API key is not set, this tries to run wakatime anyway (hoping
the API key is present in the user’s config file). If wakatime exits
with 102 (ie. invalid API key), it asks for an API key and reruns the
command.

This is an attempt to solve #18.
Add validity checker for API keys
This is required to preserve variable values for `savep` and `retrying`.
It tried not to use the API key when it was actually required.
Fix API key request and a problem with running without an API key
The closure from the original solution wasn’t really helping. The
required function parameters are now referenced by value.
I'm not sure if this is the right fix..., but the code there now is certainly wrong.
Correctly match cli.py in wakatime-cli-path
@alanhamlett
Copy link
Contributor

alanhamlett commented Jul 30, 2020

This is the old repo location that's no longer maintained. Can you submit this PR to https://github.com/wakatime/wakatime-mode?

@thomasf thomasf closed this Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants