a-t-0
a-t-0
Thank you for sharing the issue with detailed log. I fixed two issues with the code, and some are still open. - I did not have a shebang, or a...
Thank you for your contribution! I have merged it, and [mentioned some errors](https://github.com/HiveMinds/tw-install/pull/104#issuecomment-1733016489) that I still received upon testing your solution.
Hi thank you for your effort! I think this involves porting the (almost) complete implementation into the docker style, as I believe each line of code -more-or-less is there for...
Rethought workflow: Install tw Install gcalsync Start a job in powershell Content: 2.1 Scans existence of the of the url.txt file with infinite loop 2.2 Once found url.txt, 2.2.1 gets...
Todo: Output the InjectCode.sh from java CreateLines Output the askSync.sh from java CreateLines Specify the location of the url.txt (Need the username for that which isn't in HardCoded). Specify the...
The run_local_server() internally creates a new (random) state when it is executed. This means the url that is accepted is also randomly changed, as it contains that state. Method authorization_urL()...
The modified file is called: customLocalServer.py This file is placed in /home/<linux username>/maintenance/gCal/ since the importing looks from the directory where the command is given. Source:https://github.com/googleapis/google-auth-library-python-oauthlib/blob/master/google_auth_oauthlib/flow.py # Copyright 2016 Google...
Summary of code flow: The askSync.sh script is exported from resources to /home/<linux username>/maintenance/ by the AutoInstallTaskwarrior.jar. (and made runnable with chmod) The injectCode.sh and customLocalHost.py are exported to /home/<linux...
Note the state is changed between the creation of the authorization by gcal, and the link opening by the wsl.