Results 109 issues of Stéphane Bortzmeyer

https://www.zonemaster.net/test/bdb7c501c8ef8d95 It seems that the error flagged by Zonemaster is spurious, because a bad handling of the DNAME record. On a Unbound resolver: ``` % dig A xx--example.bergzand.nl. ; DiG...

A-TestCase

Both name servers of gmail.fr timeout. https://zonemaster.net/test/88080a7864556920 The message "Not enough data about gmail.fr was found to be able to run tests. " is extremely uninformative. I assume Zonemaster did...

A-TestCase
P-High

https://zonemaster.net/test/576c18aaaa29b3da The domain archlinuxarm.org has only one name server (two listed but same IP address). When it is down, which was the case at this time, Zonemaster does not display...

T-Feature
A-TestCase
P-High

The current DNS code in `lib/kernel/src/inet_dns.hrl` does not handle the `LOC` resource record type ([RFC 1876](https://www.rfc-editor.org/info/rfc1876)). True, it is not used a lot but I have one or two projects...

team:PS
enhancement

Trying to ` hex publish` a package when there is already one with this same name prints: ``` Publishing failed account not authorized for this action ``` The error message...

Level:Starter
Kind:Enhancement

``` % elixir --version Erlang/OTP 24 [erts-12.3.2.1] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit] Elixir 1.12.2 (compiled with Erlang/OTP 24) ``` ``` ... warning: :ssl.cipher_suites/0 is undefined or private, use cipher_suites/2,3...

With Elixir 1.12.2 (compiled with Erlang/OTP 24), there are warnings: ``` warning: ^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead...

I'm trying to use the `ipv6_v6only` option to my socket but I always get a FunctionClauseError. Reading the source code, it seems there is no way to send [the full...

` GeoIP.lookup` accepts IP addresses as strings or as Erlang IP address (for instance `{204, 62, 14, 153}` and it is documented (for instance the example `GeoIP.lookup({8,` 8, 8, 8})`...