Nicolas Dusart

Results 7 issues of Nicolas Dusart

Hello. In Android, the timezone is not stored in **/etc/localtime** or any other file. We have to look for the value of the system property **persist.sys.timezone** instead. This PR add...

### I did this - Build c-ares (starting from v1.22 with thread-safety feature) statically and install it in `$SYSROOT/usr/local` - Configure cURL build using this command: `./configure --enable-static --disable-shared --with-pic...

build
name lookup

Hi @artf , here is a PR to propose a fix in the mjml plugin. When applying a background image to a full-width wrapper, the mjml compiler generates an html...

For a flutter desktop application, I need to be able to just return some information on the standard output when some flags are passed from the CLI and exit the...

Hi, This PR removes a useless copy of the input string when decoding in Linux because the glib function (`g_convert_with_iconv`) actually does not expect a C-string but an array of...

Linux

Hi, this PR adds the handling of EINTR return code from `tcdrain`. If returning EINTR, it does not mean an actual error for the flushing operation and this should be...