Maximilian Pröll

Results 10 comments of Maximilian Pröll

I have exactly the same error on Linux using Keybase 5.9.1-1 and Obsidian v0.13.23. git-remote-keybase is in my PATH and so is git itself. I can push/pull without a problem...

@catherinetcai for `git fetch origin ` I get: ``` Initializing Keybase... done. Syncing with Keybase... done. Von keybase://private/username/obsidian-vault * branch master -> FETCH_HEAD ``` and for `git push origin `...

Thanks for the input @catherinetcai!. Actually, in my case, `/usr/local/bin/` is empty. `git-remote-keybase` is in my `/usr/bin/` folder. Checking my system where the problem could be, I finally realized what...

@igordmn I din't find any other usage of AwtWindow in the other examples, everything else which only uses default Compose functions seems to work fine. The FileDialog created in the...

> which able to open the default system file chooser. Ah, yes. For example, all chromium based browsers use the system default file chooser (Brave in my example) and that's...

> It would be great, if you can check it: I just tried that implementation out, but I get exactly the same errors and the file chooser is a blank...

Ok I did some further research: I tried the notepad example app on another Manjaro KDE system: The same error happens there (same freetype version is installed, so the problem...

> NativeDialogs uses [GTK directly](https://github.com/mlabbe/nativefiledialog/blob/master/src/nfd_gtk.c#L328). Ah, you mean Swing uses this Library? So does JavaFX also use it?

> Interceptors must not consume the response body. This is forbidden because it prevents the original caller from consuming the streamed response body. You can work-around this by using `peekBody(5L)`...

> > > Interceptors must not consume the response body. This is forbidden because it prevents the original caller from consuming the streamed response body. You can work-around this by...