Sébastien Blin

Results 15 comments of Sébastien Blin

I can confirm this error with 1.5.0 (it was building with 1.1.0): ``` In file included from /home/amarok/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/netinet/in.h:/home/amarok/Projects/daemon/contrib/native-aarch64-linux-android/libgit2/src/util/filebuf.c36: In file included from /home/amarok/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/linux/in.h:226: In file included from /home/amarok/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/aarch64-linux-android/asm/byteorder.h:24: :In file...

Aha I just reinstalled zmarkdown and, fun thing with this issue, if you replace `- ->` by `- -> ` (one space at the end, line 160) the result is...

@vhf I think the question is a bit difficult. For now the rule is "simple". You write a marker to start at the begin of a line, and a marker...

Yeah setting the default value in the configure is correct. We observed this behaviour only on iPhone devices via the profiler directly on the whole app. So, no I don't...

Yeah I understand what being a contributor means, I have a todo list for the next years too. Feel free to close this ticket if you prefer to not have...

Note: It's not an issue on all platform. For example, on MacOSX it seems to work.

hmm. In fact, this issue is a bit bad. I got this problem this afternoon. And the thing is, it was from a routing problem (ipv6) from Fibre noire (my...

Ok. The bottleneck here is `asio::async_connect()` which iterates over any DNS record (`AAAA` first). The thing is, if the ipv6 is available but not well resolved, it will resend a...

Does this handler will be called when a client close the connection?