Steve Dondley
Steve Dondley
Same issue. Intel macos running Ventura 13.1 **UPDATE:** I managed to get version 3.38 of SparkleShare installed but I'm having the same problem.
OK, fixed by updating the git-lfs binary in `~/.config/org.sparkleshare.SparkleShare` by doing the following: `brew install git-lfs` # download latest version of binary `cd ~/.config/org.sparkleshare.SparkleShare` `mv git-lfs git-lfs~` # move old...
OK, thanks. As I think about this, I think in version 1 I may have hacked things so that when you did `taskopen 123` and a default note did not...
Thanks for getting back. I maybe be able to hack together a solution (though not an ideal one) using some simple AppleScript which allows you to do a "virtual click"...
Ok, just did a crude test with applescript. The answer is yes, I can click on the client screen with something like: ``` #!/usr/bin/osascript tell application "System Events" do shell...
I know very little python but here are `print()`s that may help: PATH variable: `/Users/me/git_repos/markpress/bin` sys.path object: `['/Users/me/git_repos/markpress/bin', '/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python37.zip', '/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7', '/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload', '/usr/local/lib/python3.7/site-packages', '/Users/me/git_repos/markpress/bin/../lib']`
I now get: ``` Traceback (most recent call last): File "/Users/me/git_repos/markpress/bin/markpress.py", line 10, in import nextpress File "/Users/me/git_repos/markpress/lib/nextpress.py", line 15, in import config File "/Users/me/git_repos/markpress/lib/config.py", line 25, in cfg =...
Actually, installing a newer version of tasklib breaks things: ``` > $ t a hi [±master ●●] Traceback (most recent call last): File "/Users/steve/.config/taskwarrior/data/work/hooks/on-add-pirate", line 45, in for hook in...
See https://github.com/keycastr/keycastr It does a pretty decent job.
The instructions for installing the Rakudo compiler from scratch on windows don't seem to work: There is no nqp directory as outlined with the instructions at https://rakudo.org/downloads/rakudo/source for the "Bash...