Arne B.

Results 7 issues of Arne B.

Once a circle is empty there should be a 'remove' link or something similar.

Use ubuntu notifications to display notifications. Right now notifications are only visible inside the window. Would be awesome if they would use the standard notification pipeline and pop up on...

enhancement

using `resize` causes an unnecessary call to `memset`. Replacing it with `insert` mitigates that. Especially when handling lots of large messages (e.g. images) the overhead caused by `memset` is substantial....

I need to call a vendor specific service(51) on a vendor specific class(101) with a payload of two USINT and one INT. Is that possible with cpppo? So far I...

When calling `remove_vertex` on a `labeled_graph` the vertex is removed but the label is not. A dangling reference to the vertex is left behind. Accessing it causes segfaults. Minimal example:...

bug

Most chat clients support plugins to extend the user interface in one way or another. A plugin system could be used to implement the less mainstream features, e.g. the latex...

I have a use case where I have two network interfaces in the same subnet. I am running two instances of the p-net stack, one for each interface. For this...