Vinzent

Results 423 comments of Vinzent

I don't quite get the reason of your upserts. Your `id` column is the primary key, which doesn't change between your both rows you are trying to upsert. Therefore, you...

That file shouldn't need any extra behavior. Please run `git status` in the terminal in your repository. If that file is listed there, please run `git add -A` and run...

No I cannot reproduce your issue. I don't think simple-git produces an outdated or wrong status result. Can you verify via a `git show HEAD`, after an empty commit, that...

This is still very strange, because the saveSettings call shouldn't change the data.json file and cause empty commits. Nevertheless, while refactoring some code I noticed that useless saveSettings call as...

Please elaborate what's your exact issue. Writing just one short sentence doesn't help.

Your first issue sounds like an issue with your Supabase instance, which may be solved by pausing and restoring your project or contacting Supabase support. Your second issue should be...

Please show how you set up the plugin settings. Especially the "Advanced" section. Just pasting "Base path does not exist" everywhere is not helpful. Are you sure `ObsidianGit: Base path...

I think this is a duplicate of #1015 , because you have to sign out from the google package manually as well.

Please elaborate what you understand under that feature. There's also #703. May git submodules be already what you need? These are already supported in a way.

I tried to reproduce this, but it worked perfectly fine for me. Since you got the messages as stream, I suspect you set the right content-type header, right? (`text/event-stream`). This...