Tom Rochette

Results 73 comments of Tom Rochette

Yes, it seems the `id` format may have slightly changed since I initially wrote the `README.md`. I retested it an hour ago, with the %0D%0A ending included (similar to your...

[403](https://httpstatuses.com/403) is generally reserved for actions which you tried to accomplish without being logged in or not having the necessary permissions. I would have expected a [400](https://httpstatuses.com/400) if the request...

`gkm` 0.2.0 is based on an old version of `eventEmitter2` (~0.4.13). I believe that starting with version 1.0.0, instead of exporting EventEmitter2 in the `exports`, they turned it into the...

If you run `java -jar JNativeHook.jar` (found in the `lib/lib` folder), you can see the data provided by `JNativeHook`. The issue is that the `typed` event does not have a...

Did you have any specific error when you called `java -jar JNativeHook.jar`? #15 reported a core dump on Linux. What OS are you using? (given the path in your examples...

Thanks! Could you also please update the README with instructions on how to obtain the sid and use it in the code example?

First off, which version of Omnifocus are we talking about here? I'll assume v2. If as you said those files are supposed to be safeguard against concurrent modification, I don't...

@wtfaremyinitials By curiosity, what type of sync are you using?

As requested, a screenshot of the file structure. ![Screenshot_2024-06-10-08-44-35-065_md obsidian~2](https://github.com/Kageetai/obsidian-plugin-journal-review/assets/188960/9e6d1459-2199-4237-8e33-f776f75cfa6a) As for displaying notes from every 1 week, I want to see the daily notes, not the weekly notes.

I helped diagnose a similar issue with a colleague of mine (she was on OS X) and the fix was to increase the amount of allocated RAM (in the Preferences...