Doublonmousse

Results 375 comments of Doublonmousse

Seems very similar to #10853 . Pretty sure the mechanism is the same (jabref fails to open the backup but doesn't tell you and goes ahead overwriting the database anyway,...

The issue is that the backup is here and complete but the file opening fails anyway so jabref just rewrite with nothing

Hello, Sorry, it's been a while. I've not used jabref a lot these recent weeks. I did not indicate in the bug report what the backup file's name was when...

Trying holding down control on vscode doesn't seem to make it show the full details (maybe that has changed by now), so what is left is jumping of peeking at...

Ok, so the first thing I'm not sure is whether or not this is another manifestation of #1412 and #1061 in a different context. Are you running the app with...

I feel like adding a few more tests would be a good idea. This way we can more clearly see what's the new intended behavior and keep it working going...

What's the compile error message ?

What version of `rustc` is installed ? Can you update it ? The only related issue I could find was this : https://github.com/rust-lang/rust/issues/118385 and it seems it's more related to...

I'd say to look at what's done here : https://github.com/flxzt/rnote/blob/42f16dadb3d370aad72926e1017e26124dc1ff6e/crates/rnote-ui/src/dialogs/mod.rs#L108 Wrap what's done inside the "trash" option inside of the `glib::spawn_future_local(clone! ...` part, to have weak references instead of strong...

Could you run ``` flatpak run --env=GTK_DEBUG=interactive com.github.flxzt.rnote ``` then navigate to the Global tab in the second window and copy the content using the clipboard icon in the topleft...