Re: [go-nuts] Re: Tour of Go seems to be broken.

2021-11-23 Thread Ian Lance Taylor
On Mon, Nov 22, 2021 at 11:58 PM Brian Candler wrote: > > It's working for me now. Either it was a temporary glitch, or there's some > problem with your browser that needs investigating (open your developer > console and see what happens when you click the Run button). After you reported the

Re: [go-nuts] Re: New site go.dev is awful

2021-11-23 Thread Steve Mynott
On Tue, 23 Nov 2021 at 19:13, 'Carla Pfaff' via golang-nuts wrote: > > On Tuesday, 23 November 2021 at 19:46:19 UTC+1 poe...@gmail.com wrote: >> >> I can't think of one thing I like about the new site compared to the old >> one, and would like to see the old site make a comeback. > > > Whenever

[go-nuts] Re: New site go.dev is awful

2021-11-23 Thread 'Carla Pfaff' via golang-nuts
On Tuesday, 23 November 2021 at 19:46:19 UTC+1 poe...@gmail.com wrote: > I can't think of one thing I like about the new site compared to the old > one, and would like to see the old site make a comeback. > Whenever a popular website launches a redesign a certain percentage don't like it. I've

[go-nuts] New site go.dev is awful

2021-11-23 Thread Peter Leung
Am I the only one who thinks this? The old site golang.org had a simple and elegant design and appearance. It presented just most important information and essentials; the front page was small and straight to the point, and the navigation and site as a whole emphasized information and tools to

Re: [go-nuts] Why IF might not work

2021-11-23 Thread Levieux Michel
I'm not going to point you directly at the solution as this is more of an issue with the way you're trying to solve this. But it's not because the result of your division is comprised between 1.0 and 2.0 that a number is a multiple of the other, especially with floating point numbers. You might

[go-nuts] Why IF might not work

2021-11-23 Thread Денис Мухортов
I want to collect subsets of numbers in increments of 10. All numbers pass if correctly, except 32.5. The result of its division is 1.625. But for some reason it passes if twice, I added different numbers, all work correctly https://go.dev/play/p/kdJu-PBsbpC -- You received this message

Re: [go-nuts] Race detector plus Cgo via binutils extld on arm64?

2021-11-23 Thread Neil Schellenberger
I'd swear I checked for existing issues but somehow I missed https://github.com/golang/go/issues/49102. That was the culprit. Sorry for the noise. I suspect I missed it because it's marked closed. Hopefully something more overt will be done to spare future poor souls the grief? . On Tue, Nov

[go-nuts] Go tour in french: 500 error

2021-11-23 Thread bmar...@gmail.com
Hi, since september, french go tour (https://go-tour-fr.appspot.com/) returns an 500 error. Is there somebody know what is exactly happen ? *Error: Server ErrorThe server encountered an error and could not complete your request.* *Please try again in 30 seconds.* -- You received this

[go-nuts] Re: Typed DSL in Go (or sum types and GADTs in Go)

2021-11-23 Thread Aram Hăvărneanu
And now updated to Go 1.18: https://gotipplay.golang.org/p/kmLRcsXGxSs | This file implements a deep embedding of a typed-DSL in Go. | The representation is type-safe (we cannot construct ill-typed | terms) and accepts multiple interpretations. The type system | of the target

Re: [go-nuts] Re: Tour of Go seems to be broken.

2021-11-23 Thread Karlovsky Alexey
Hi, I had the same problem in the Firefox browser. Actually, there are 2 errors in the browser console: Content Security Policy: The page’s settings blocked the loading of a resource at inline (“script-src”). 3 script.js:587:30117 Content Security Policy: The page’s settings blocked the loading