Results 9 comments of wenfer
trafficstars

i got same requires ,anyone handle this pr?

same wrong in loongarch64 cpu,can be support for loongarch? ``` aa@aa-TR41A1:~$ uname -a Linux aa-TR41A1 5.4.18-58-generic #47-KYLINOS SMP Mon Apr 25 06:02:35 UTC 2022 loongarch64 loongarch64 loongarch64 GNU/Linux aa@aa-TR41A1:~$ gcc...

/the code is convert from rust(x11rb), that's work in rust,i show you code ``` fn main() { let (conn, screen_num) = x11rb::connect(None).unwrap(); let rc = conn.generate_id().unwrap(); let empty = Range8...

i see release 0.13.0,it's fixed ? i can't get from maven central , did pushed to nexus ?

> I added a sync after the CreateContext request and that is the request causing the failure. From there I logged the request. Can you tell if the length is...

> Now which request lengtherror in ? show me the java code, i'll try help

> The problem is here `out.writeCard8((byte)(Byte.toUnsignedInt(OPCODE) + Byte.toUnsignedInt(offset)));`. The first byte is the addition of the opcode and the offset or majorOpcode. When what should happen is the majorOpcode should...

i try in 0.14.0, the samples code return EnableContextReply field category is 4, in rust code category is 0, look like not fixed