-
In https://github.com/gtk-rs/gir/pull/415 we started deriving `Copy` for all FFI structs and unions. This can easily lead to double frees and related problems because it can be non-obvious from the co…
-
Currently, it implements `Copy`, which could cause unexpected behaviors. I think it is better to just implement `Clone`, so the user can explicitly create a copy of the iterator.
This is also the r…
-
See https://github.com/gtk-rs/sys/pull/119 for a start
Without this we currently have no tests at all for the bitfield support, so should fix that as soon as possible.
-
### Describe the problem
A lot of development has happened in GTK4 - especially in the area of accessibility to run with different controls (e.g. touch screen) and diverse screen sizes (e.g. phones a…
-
I am getting an error sometimes when using neovim-gtk. When this happens, the window closes. This is the error:
```
~$ nvim-gtk --no-fork
ERROR 2019-01-20T18:18:43Z: neovim_lib::rpc::client: Erro…
-
### Check for other issues
- [X] I've checked for other issues, and none exist.
### Issue description
When I launch Spacedrive, it closes immediately. I tried launching through CLI and saw an "auth…
-
Ex. parameter `uris` converted with `map`
```
#[cfg(any(feature = "futures", feature = "dox"))]
#[cfg(any(feature = "v2_60", feature = "dox"))]
fn launch_uris_async_future
-
Since I'm new to GStreamer, it took a while for me to understand that MainLoop is actually the glib main loop, the same one that is called by gtk-rs. It's clear when you read the code though. My proje…
-
### Describe the bug
I was trying to compile and run mdSilo-app, but kept giving me this error. I though it might be mdSilo-specific so I created a new tauri project using `create-tauri-app`, but i…
-
**Problem**
I'm having trouble building some project with cargo because it fails to fetch a specific package from sources (with a given version/tag).
While I don't see why this is necessarily ca…