Luke Hamburg

Results 499 comments of Luke Hamburg

Here's a little API wrapper script that will show the sync status for a folder: ```sh #!/bin/zsh --no-rcs # replace below with your real folder ID, device ID and API...

Any Wacom owners ever find a solution? I have an MS-IntelliEye mouse with a wheel and I need to reverse it, but I want my Wacom to behave properly too....

Thanks for looking 🙏 - I will test 2.1.2 as soon as I get home.

matplotlib test was a success... but cat img test is still saying `invalid syntax (, line 7)`

I tried a small variation as well, it still gives me `invalid syntax (, line 7)` error: ``` import os a = "{}/attach/{}".format(@vault_path,@title) catimg = os.path.join(a,'cat.png') @show(catimg, 25%, 25%, left)...

Just reporting, with 2.1.2 ... still the same. Example, I would expect the below to only show the image, but `None` is printed as well ![Image](https://github.com/user-attachments/assets/c6fbeab2-b8fd-4bca-8f0f-2562c2359b69)

Yes @twibiral the double slash problem is fixed 🚀 Not sure what you mean "notebook mode" - reading mode? If that's what you meant then "Yes" I am executing the...

Oh I see Notebook Mode is in the Plugin settings... sorry. I didn't realize, not sure what that setting does yet, I will try to learn about it. Anyway "yes"...

@gdubicki Glad to see you've forked and are planning to maintain this! I dusted off the PR and applied it to your fork. I haven't tested yet whether it compiles...