Results 50 comments of mathew

It's now a placeholder spam site saying "This domain name expired on Mar 13 2016 09:04:49:000PM ".

If it helps: ``` ;; ANSWER SECTION: www.graphviz.org. 300 IN A 209.99.40.223 ;; AUTHORITY SECTION: graphviz.org. 86395 IN NS ns1.fibertransit.com. graphviz.org. 86395 IN NS ns2.fibertransit.com. graphviz.org. 86395 IN NS ns3.fibertransit.com....

I think it's something server-side that's broken. ``` meta@keynsham % ping www.graphviz.org PING www.graphviz.org (204.178.9.49): 56 data bytes 64 bytes from 204.178.9.49: icmp_seq=0 ttl=48 time=47.839 ms 64 bytes from 204.178.9.49:...

> I don't want to have to bring my own serialiser, or write a bunch of constructors just to get the damn serialiser to output an empty array where there's...

@ToadKing I disagree that nil slices and empty slices should be treated the same way by the JSON serialization. Both behaviors are useful. Edit: It would also break a lot...

The JSON library treating nil slices and empty slices as the same like other parts of Go, as per @ToadKing's argument, would absolutely break existing code that relies on the...

Yes, I know. I was replying to @ToadKing's argument, not to the original PR. I've put in an @ToadKing to make that clearer, sorry if it wasn't clear from context.

@ToadKing > The JSON package is the odd one out. Having to refactor code to deal with one standard library that does things differently shouldn't need to be done. [...]...

Ideally I'd like to see the Q and CodeWhisperer stuff in a separate plugin. Failing that, I think there needs to be a way to disable it at AWS account...