Antti Korpi

Results 133 comments of Antti Korpi

Hi, and thanks for your bug report. I haven't looked at this project's code in a while, so I'll talk through my thoughts: That error comes from [esvalid](https://github.com/estools/esvalid), which is...

@ikarienator What do the numbers mean? Are they intended to be unique identifiers for the specific error types?

I think the constant should exist. Name collision is unavoidable, and solved with crate namespacing. Anyone who wants to annoy all future maintainers of their software with `use x11::*;` presumably...