Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up-
Centricular Ltd @centricular
- Thessaloniki, Greece
- Sign in to view email
- https://coaxion.net
Pinned
1,826 contributions in the last year
Activity overview
Contribution activity
May 2020
Created a pull request in gtk-rs/gir that received 12 comments
Generate duplicated enum values in the -sys crate
We generate them only as constants so overlaps are not really a problem and like this we a) represent the C header more accurately and b) don't ran…
+1
−5
•
12
comments
Created an issue in gtk-rs/glib that received 22 comments
Improve glib::Value usage by merging FromValue/FromValueOptional traits
Currently we have pub trait FromValueOptional<'a>: StaticType + Sized { unsafe fn from_value_optional(_: &'a Value) -> Option<Self>; } pub trait Fr…
22
comments