-
- [ ] Graphical Representation
- [ ] Tab Navigation
- [ ] React Components
- [ ] Packet Text Viewer
- [ ] Data Graphs
- [ ] Connect to SQLite DB
- [ ] Querying & Disp…
-
logs:
```shell
./wakatime-linux-x86_64.AppImage
(desktop-wakatime:462009): Gtk-WARNING **: 14:29:19.291: Theme parsing error: gtk.css:6691:68: Invalid name of pseudo-class
[WakaTime][DEBUG] El…
-
**Is your feature request related to a problem? Please describe.**
A warning is currently being issued that `glib::MainContext::channel` is deprecated in the Linux event loop-related code.
```
…
-
Minimal reproducing example:
```rust
// main.rs
fn main() {
async_std::task::block_on(rfd::AsyncMessageDialog::new().show());
}
```
```toml
# Cargo.toml
[dependencies]
async-std = "1.13.…
-
I've been running regreet for just about a year with a mostly static config file. The latest release appears to have broken on both my systems (I'm using sway to run regreet, willing to try cage). I'm…
-
Compare
- https://docs.rs/tokio/1.15.0/tokio/time/fn.timeout.html
- https://gtk-rs.org/gtk-rs-core/git/docs/cairo/struct.ImageSurface.html#method.write_to_png
Both of these are behind feature f…
-
Trying to build a an application using https://github.com/subgraph/gtk-layer-shell-rs
If you're not familiar with, it's basically a library to allow GTK to use a Wayland protocol known as layer she…
-
**Bug description**
My code is crashing with a segfault.
Maybe related to #1807.
**Backtrace**
```sh
$ RUST_BACKTRACE=full cargo run
Compiling uchoose v0.5.0 (/data/code/uchoose/uchoose…
-
See https://github.com/gtk-rs/release/issues/196
-
**Bug description**
`XyzImpl` traits don't actually check whether they are implemented on classes that derive / implement the specific class. The Impl traits themselves only provide implementations…