Thomas Eizinger
Thomas Eizinger
I think the routes get cleared by all operating systems as soon as the device disappears?
Out of curiosity, why is this mapping happening? Does this array represent multiple pointers (context, parameters and return value?) or what does it mean semantically?
> All possible Linux frameworks Another approach would be to expose a D-Bus service and integrate with that from other places. For example, Gnome Shell extensions can easily talk to...
I think you mentioned it before @ReactorScram: Splitting tray menu into a separate process. It appears that "tray menu" is such a desktop-environment specific thing that it may justify a...
> I haven't had any trouble between GNOME and KDE So our `tray-icon` looks nice/ native on KDE? That is cool! So one less dimension we need to care about.
We opted for Tauri v2, closing as not actionable right now.
cc @laurentsenta Would love to get your opinion on this!
> @thomaseizinger, thanks for creating this issue, I agree; it's an approach we should investigate in the libp2p/test-plans repo. > > It's should be possible already: you can pass a...
We talked about this in the rust-libp2p community call, yesterday. @mxinden also shared some history on testground with me that makes it clearer why testground has the features it has....
I followed the same approach outlined here in https://github.com/libp2p/rust-libp2p/pull/2859 and introduced top-level `dummy` and `keep_alive` modules in `libp2p-swarm`. I think eventually, it would be great if we can also introduce...