Marc-Andre Lureau

Results 40 issues of Marc-Andre Lureau

Use https://github.com/lu-zero/cargo-c to build a C library. It handles C libraries and .pc file generation, as well as some installation details. However, header generation is done manually in build.rs now...

Flags & Enums should be easy to cover today. Error will need some new glib-rs macro

Hi, While it is nice to bundle usb-ids for non-Linux/gnu platforms, many of them still ship with an up to date usb.ids (generally located at `/usr/share/hwdata/usb.ids`). Would you consider an...

enhancement
help wanted

According to rust doc: "Marks the struct as non-exhaustive, indicating to the reader that there are some other fields that are not shown in the debug representation.", which is appropriate...

There is a regression in pkgconf which breaks system-deps: https://github.com/pkgconf/pkgconf/issues/310 Could system-deps be a bit more clever and avoid querying multiple times the same package?

Although rustfmt takes care of formating of code, it's not refilling the comments. I have the habit of using M-q when typing comments, and people complain that my comments are...

enhancement

Hi, Great extension! Thank you! Is there a way to set a keyboard shortcut to show the lyrics?

Hi I understand the project started as a fork of qemu slirp code. The qemu developers/maintainers have now decided to make slirp a standalone project, it is hosted on https://gitlab.freedesktop.org/slirp/libslirp....

This series allows to run busd against dbus-broker benchmark, with: ``` DBUS_BROKER_TEST_DAEMON=path-to-busd/target/debug/busd dbus-broker/build/test/dbus/bench-connect ``` The most important change is the introduction of `` parsing, and then handling of a few...