Jamie Brynes
Jamie Brynes
Related to #34
> I just closed #1349 as not-planned but it just occurred to me that if we pivot this to being callback that provides `ConnectOptions` on-demand then it can cover both...
@abonander I took that idea and ran with it. I think its definitely feasible and I was able to thread it through until I ran into one blocker which is...
Some extra information, logging the error thrown by `JSON.parse()` (https://github.com/jamiebrynes7/clippy-check/commit/100d2c352ba28cfacff399198d057a7e8731a557#diff-5fa83cff45c4b6ef3a61b59b784d45e4R73) yields the following for seemingly each JSON parsing failure: ``` ##[debug]SyntaxError: Unexpected token , in JSON at position 0 ```...
cc @filod you can follow this issue to track the FR 😄
Hey @mcconnellj, @mustachius can you try the latest v1.10.0 release? It contains the update to Todoist's REST API v2, which may resolve the issue
Hey all, the latest release `v1.10.1`, also has a change to how requests are made that might resolve this issue. Let me know if you're still experiencing the issue
I'm happy to close this bug, if folks continue to hit this issue we can re-open it!
Making this optional won't be too difficult - I'll look into this for the next release. As a possible workaround, you can add: ```css h4.todoist-query-title { display: none; } ```...
I think perhaps a better approach is to just remove the `title` option as a breaking change in a v2.0 release. Really, if you want a heading, the native Obsidian...