Re: [Kicad-developers] KiCad Website DNS Down

2019-12-24 Thread Nick Østergaard
Ok, everything should be resolved now. On Tue, 24 Dec 2019 at 15:48, Nick Østergaard wrote: > > It does not look like there is an issue at CERN. I asked Ajo to check. > > On Tue, 24 Dec 2019 at 15:16, wrote: > > > > I can confirm that dig reports a server fail but that is at the GoDaddy DNS >

Re: [Kicad-developers] Question about gerber job file numeric format

2019-12-24 Thread Jon Evans
OK, so both the JSON format itself and the Ucamco gerber format (which is not necessarily the same as the job file format, but hey) specify storing doubles. But, the examples in the Ucamco doc, and KiCad itself, do not store doubles. I have to imagine that the gerber job file format is so new

Re: [Kicad-developers] Question about gerber job file numeric format

2019-12-24 Thread seth
The Ucamco "decimal" type is defined on page 40 of [1].  They define it as fitting into an IEEE double. I think keeping user-specified data would be desired and not truncate the value unless requested.Seth[1] http://www.ucamco.com/files/downloads/file/81/the_gerber_file_format_specification.pdfOn

Re: [Kicad-developers] Question about gerber job file numeric format

2019-12-24 Thread Jeff Young
Safer because we’ve been writing them out like that for some time. Maybe someone has some huge hack that uses fixed-length regular expressions to parse them or something. In the absence of a spec, the examples are what people use. I’m not convinced this is the best plan either — but I am

Re: [Kicad-developers] Question about gerber job file numeric format

2019-12-24 Thread Jon Evans
Why is B safer? To me, B sounds riskier as there is a chance we are throwing away data. I'm not in favor of implementing B without a clear spec (and I guess Ucamco would need to be involved) on what guarantees can be made. Right now, we implement B based on some apparently arbitrary assumptions

Re: [Kicad-developers] Question about gerber job file numeric format

2019-12-24 Thread Jeff Young
Safest would be (b). We could probably do something pretty dumb (ie: set a single value in the JSON printer which it uses for precision). > On 24 Dec 2019, at 15:22, Jon Evans wrote: > > Hi all, > > The Gerber job file specification[1] says that the format follows the JSON > standard, and

[Kicad-developers] Question about gerber job file numeric format

2019-12-24 Thread Jon Evans
Hi all, The Gerber job file specification[1] says that the format follows the JSON standard, and doesn't say much else about numeric value storage. But, in the examples in that spec, decimal (floating-point) values are all truncated with only a few digits after the decimal point. The manual

Re: [Kicad-developers] KiCad Website DNS Down

2019-12-24 Thread Nick Østergaard
It does not look like there is an issue at CERN. I asked Ajo to check. On Tue, 24 Dec 2019 at 15:16, wrote: > > I can confirm that dig reports a server fail but that is at the GoDaddy DNS > server not the web hosting. > > -Seth > > On Dec 24, 2019 5:01 AM, Ian McInerney wrote: > > Is there a

Re: [Kicad-developers] KiCad Website DNS Down

2019-12-24 Thread seth
I can confirm that dig reports a server fail but that is at the GoDaddy DNS server not the web hosting.  -SethOn Dec 24, 2019 5:01 AM, Ian McInerney wrote:Is there a planned outage at CERN for the webhosting DNS? I am trying to get to the kicad-pcb.org site and it is throwing a DNS error (unable

Re: [Kicad-developers] KiCad Website DNS Down

2019-12-24 Thread Wayne Stambaugh
Not that I am aware of but I can confirm that it is down. On 12/24/19 8:01 AM, Ian McInerney wrote: > Is there a planned outage at CERN for the webhosting DNS? I am trying to > get to the kicad-pcb.org site and it is throwing > a DNS error (unable to locate the IP for the

[Kicad-developers] KiCad Website DNS Down

2019-12-24 Thread Ian McInerney
Is there a planned outage at CERN for the webhosting DNS? I am trying to get to the kicad-pcb.org site and it is throwing a DNS error (unable to locate the IP for the site), and nslookup also can't find it. -Ian ___ Mailing list: