Mael

Results 130 comments of Mael
trafficstars

I'm not sure whether c-ares is doing it as it should or not, but I guess it should be supposed to because the RFC indicates that's how it should be...

I guess it is this indeed https://github.com/saghul/pycares/blob/4e6e36f839255ebef05e0682b98cbee1533805ce/src/pycares/utils.py#L21 it should not necessarily force a decoding as ascii, it should be a "bytes" response (but this might break existing code as it...

So I guess the real "error" is there, trying to cast to a `_ffi.string` when it should stay as a byte array (but not sure how to do this using...

The correct way seems to be ``` self.text = bytes(_ffi.buffer(txt.txt, txt.length)) ```

This PR fixes the bug https://github.com/saghul/pycares/pull/160

IS this going to be merged? And does it allow building and using the code on a CPU?

I have also a checksum error ``` $ packer build --only=virtualbox-iso nixos-x86_64.json [...] virtualbox-iso: latest-nixos-minimal-x86_64-linux.iso 674.00 MiB / 674.00 MiB 100.00% 1m4s ==> virtualbox-iso: Checksum did not match, removing nixbox/packer_cache/ba16d535fa72db65dd6121d50c26604060b15036.iso...

Nice! --  Dr Maël Primet, PhD +33 (0) 6 51 53 38 27 [email protected] skype: maelpr twitter: @mael_p On 22 Sep 2015 at 09:08:17, Adrien Ball ([email protected]) wrote: Man this...

I’m on holidays for a few days but I can do it when I come back > On 11 Aug 2021, at 09:52, Saúl Ibarra Corretgé ***@***.***> wrote: > >...