Mykolas Peteraitis

Results 18 comments of Mykolas Peteraitis

I have started working on my own, more minimal package that provides `#[repr(C)]` equivalents of common types: [`safe_types`](https://github.com/PonasKovas/safe_types)

I haven't implemented `Cow` yet, and it's not a priority for me, since I'm implementing things in the order that I need them in another project. When I get to...

@marioortizmanero If you're still interested, [I implemented `Cow` in my `safe_types`](https://github.com/PonasKovas/safe_types/blob/main/src/std/borrow.rs). I haven't looked at your implementation in depth, but on the first glance it looks like I took a...

I'm having the same problem

Weird, since this application reads the data from `/proc/net/wireless` itself. Do you have `Interface` specified in your netctl profile? Is it really set to `wlan0`? I am personally not using...

I'm afraid I can't really help then. You could look into it yourself, if you have the time and knowledge, the [reading of link quality happens here](https://github.com/PonasKovas/netctl-tray/blob/master/src/state.rs#L158-L176). It's probably time...

A minimal reproducible example would help

I remember doing this in the past but can't find the actual project. All I can say that I created a GTK [GLArea](https://developer.gnome.org/gtk3/stable/GtkGLArea.html) and then implemented a glium [Backend](https://docs.rs/glium/0.27.0/glium/backend/trait.Backend.html) for...

No, I don't have that project anymore. I don't really understand what you don't understand, but I think it would be a fun thing to make a minimal example project...