Vinzent
Vinzent
> This change does not prevent catching and bubbling errors in IsomorphicGit and would complement the change you are suggestion not be superseded by it. I don't know what you...
That's strange, because the submodule should be pushed as well, when you push your main repo. And I currently don't know why this doesn't work for you.
I can't do much here, because I don't know what the issue is. The 500 error code means that an error happened on the server you are pushing to. Are...
How did you pull? E.g. command palette, source control view,..
I can't reproduce and couldn't find a way in the code this could happen. Can you still reproduce and are sure you are calling the correct command? Can you reproduce...
I actually thought about giving wasm-git another try. I already tried it a year ago or so, but didn't succeed. The access to the file system could cause a problem,...
Thanks for your hard work. I've managed to run wasm-git on mobile and desktop, but I can't find a good way to use the obsidian file system. `vault.adapter` is async,...
Yeah I saw wasmfs as well. I'm currently implementing the fs for synchronized promise, so nothing to report yet. Thanks for creating the discussion! Let's hope someone responses and may...
Update: I tried running synchronized promise, but it didn't work. From reading the README of the underlying package [deasync](https://github.com/abbr/deasync) it doesn't sound like that packages will run on mobile anyway....
I really don't understand your message. From what I see, you are just using the plugin as intended to back up your vault to GitHub. The [documentation](https://publish.obsidian.md/git-doc/Start+here) has been improved...