Ximin Luo

Results 107 issues of Ximin Luo

We're trying to upgrade flint-arb in Debian and running into this test failure: ~~~~ [..] gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=$BUILD_PATH=. -fstack-protector-strong -Wformat -Werror=format-security -I$BUILD_PATH -I/usr/local/include -I/usr/local/include -I/usr/include test/t-evaluate_acb.c -o...

`Data.Sequence` is only strict in its length and not its values - analogous to how `Data.Map.Lazy` is strict in its keys but not its values. This is causing a space...

feature-request
Seq

I think my contact did not close a previous session where I spoke to them on a different device. I am using pidgin 4.0.0, they are using chatsecure 14.0.3 TL;DR:...

FEATURE

Hi, apologies if this is already possible, but I searched high and low on the internet about this, and couldn't find anything, nor does anything in the utop or ocaml...

Hi, I'm a Debian Developer (with upload rights) and am interested in sponsoring or maintaining this package. I see you already have some Debian packaging files. Would you be interested...

See the first few lines of `build-gnu-linux.sh` for a broad description of what it does. (Forms part of a solution for #23). We avoid `depot_tools`, to reduce the resource burden...

When a contact goes offline, jackline will prefix the older messages with the XMPP resource. It would be good to show the OTR key that those messages were authenticated as,...

When trying to remove someone from my roster, I'm getting the following: ``` [17:23:54] OUT TLS: [17:23:54] IN TLS: ``` I'm not sure if this is a server bug (I'm...

bug

This is useful in protocol-related logic where you want to be strict as possible and don't allow an attacker to send junk after a valid piece of data.

Hi, I am looking a bit more deeply into Haskell serialisation frameworks and am trying to understand the differences between this library and `Data.Binary`. So far I understand the following:...