Logical Overflow

Results 7 issues of Logical Overflow

When parsing an ECDSA public key with a unknown named curve, the error returned by `ParseECPublicKeyFromPEM` is `ans1: structure error: tags don't match (...)`. This is not helpful as it...

Currently, the comment `// Code generated by go-queryset. DO NOT EDIT.` is inserted right before the `package ...` line. This causes the comment to be considered package documentation. Adding an...

From time to time (on 7.1.1 it happens for anivia), the champion portraits are completely light blue images. This happens when the ddragon does not have/provide the correct one, but...

Since #1350, the `XWaylandEvent::Error` event is only sent if an error occurs during Xwayland startup, instead of the `XWaylandEvent::Exited` event, which was also sent if it exits/crashes later on (for...

component: xwayland

When running the docker container, any request to overpass just returns the following: ```xml OSM3S Response The data included in this document is from www.openstreetmap.org. The data is made available...

**Would adding this feature cause a breaking change?** No **Is your feature request related to a problem? Please describe.** It's impossible to send multiple messages as a single socket send...

enhancement

This is the easy part of #270, adding a method that allows sending multiple `Nlmsghdr` in a single socket send call. I am not sure if you want `&[Nlmsghdr]` for...

enhancement