Mael

Results 131 comments of Mael
trafficstars

@saghul I guess that now that both return bytes it should work as expected

It seems that the `test_query_txt_multiple_chunked_with_non_ascii_content` test fails because it is checking the server `txt-non-ascii.dns-test.hmnid.ru` which does not respond https://mxtoolbox.com/SuperTool.aspx?action=txt%3atxt-non-ascii.dns-test.hmnid.ru&run=toolpage

Also the `test_idna_encoding_query_a` test seems to fail because the A query to `españa.icom.museum` seems to respond with a NXDOMAIN and SOA response (non-existent domain) ``` ; DiG 9.10.6 españa.icom.museum ;;...

This seems to work ``` if query_type == _lib.T_A: host = _ffi.new("struct hostent **") addrttls = _ffi.new("struct ares_addrttl[]", PYCARES_ADDRTTL_SIZE) naddrttls = _ffi.new("int*", PYCARES_ADDRTTL_SIZE) parse_status = _lib.ares_parse_a_reply(abuf, alen, host, addrttls, naddrttls)...

Well I guess we'd have to update this https://github.com/saghul/pycares/blob/master/tests/tests.py#L186 but I'm not exactly sure how we are supposed to build the response for each case?

I'm not sure how we should go about generating the synthetic one, perhaps creating a fake server ?

@liamdebeasi can you explain how the changes proposed in #25532 allow for a workaround? And until then, should we use the workaround described at https://forum.ionicframework.com/t/vuejs-password-autofill-value-empty/217195/3 ? (the solution doesn't work...

Alright, I'm still using Ionic v6, that might be why I still have the bug, I did a workaround a bit similar to that linked in the forum above, by...

I have the same issue, how can it be fixed?

You created it with the System Preferences app?