diwic

Results 48 comments of diwic

> Can you clarify how you are able to uphold Send but not Sync? It's from the [libdbus documentation](https://dbus.freedesktop.org/doc/api/html/group__DBusThreads.html), which states: "Most other objects, however, do not have locks -...

> I would recommend doing this: only using &self for methods that you know don't mutate state without an internal lock, and implement Send and Sync for all types. For...

> That said, I've taken another look at dbus::Error and it looks like we could get away without calling into FFI at all, thus guaranteeing that no internal state change...

What latency would `BufferSize::Default` typically result in on other platforms? That could be what we would typically cap the max buffer time on ALSA, ensuring somewhat consistent behavior between platforms....

Closing due to inactivity. Please reopen in case you (or anyone else) is still interested. Thanks!

@snprajwal Thanks! So to sum up the state four years later: * The bindings are mature and do what most people need them to do * The project is alive...

Closing due to inactivity

![bild](https://user-images.githubusercontent.com/9721510/214009354-1acc9a44-4ce6-4cbc-9d6d-ebe0a818a76e.png) The error is still there; but it's now on the `div.o-drop__trigger` element.

> I don't understand why we are trying very hard to spare not even 10s of build time for a few, while most of the community will have to use...

But from a broader perspective: I wonder if metadeps should rather go into cargo altogether. Linking to C libraries using pkg-config is common enough for it to be handled by...