-
-
Notifications
You must be signed in to change notification settings - Fork 9
Support for api_url #17
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. Could you rebase/squash th 8000 is into a single commit?
I am trying to understand why I am getting a 401 if I use https://wakapi.dev/ and not with the official service. |
So I updated the code also for Qt 5.15 to avoid some deprecation errors.
About merge in a single commit you can do in Github the squash to a single commit when you press the green button on the arrow. |
Are you going to push more or do you want me to try this locally? I want to see about removing the changes in CMakeLists.txt and the deprecation issue with QNetworkAccess. That part is just a warning. It seems Qt project does not want those functions to be used anymore. So I guess a replacement to check if we are offline needs to be put in. In particular, probably just want to check if |
I finished working on that PR :-) |
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
Correct arguments to QProcess::start() Format code
See Tatsh/kate-wakatime#17 Package-Manager: Portage-3.0.19, Repoman-3.0.3
Thanks! |
Added support for a new parameter
api_url
for other wakatime host replacements.