Carlana

Results 153 comments of Carlana

It seems like you have something misconfigured, which is causing circular redirects. "Maximum redirects followed" isn't an error itself; it's a message telling you that you have an error in...

I came here because I am in the process of switching to fish (Catalina is forcing my hand), and I was surprised that `... | tee >(pbcopy)` didn't work. I...

I wrote a quickie Go program that is like tee but it processes its args as a command: https://github.com/carlmjohnson/rtee.

I think it's a fair question whether Go wants to target new users or just say that's out of scope. However, if the decision is made that targeting new users...

The question of why should this be in the standard library seems really straightforward to me. A simpleinput package really only has value in the standard library. The point is...

Are there compiler optimizations (including escape analysis) that apply to `func([4]byte) uint32` that can't be done to `func([]byte) uint32` (or `func(*[4]byte) uint32`)? If so, that's a good enough reason to...

I have a similar problem. I wanted to add a BeginTx call to my app, but I was using the interface everywhere, so I would have to tear all that...

Another: ``` panic: runtime error: index out of range [0] with length 0 goroutine 2869 [running]: github.com/gohugoio/hugo/hugolib.(*pageState).shiftToOutputFormat(0xc017befc50, 0x1, 0x0) github.com/gohugoio/hugo/hugolib/page.go:859 +0x3d3 github.com/gohugoio/hugo/hugolib.(*pageState).initOutputFormat(...) github.com/gohugoio/hugo/hugolib/page.go:455 github.com/gohugoio/hugo/hugolib.(*Site).preparePagesForRender.func1(0x5135a78?) github.com/gohugoio/hugo/hugolib/hugo_sites.go:853 +0x2a github.com/gohugoio/hugo/hugolib.(*pageMap).withEveryBundlePage.func1({0xc017bef980?, 0x1?}, 0x0?) github.com/gohugoio/hugo/hugolib/content_map_page.go:691...

Another panic: ``` panic: runtime error: index out of range [0] with length 0 goroutine 2909 [running]: github.com/gohugoio/hugo/hugolib.(*pageState).shiftToOutputFormat(0xc01dbefb60, 0x1, 0x0) github.com/gohugoio/hugo/hugolib/page.go:859 +0x3d3 github.com/gohugoio/hugo/hugolib.(*pageState).initOutputFormat(...) github.com/gohugoio/hugo/hugolib/page.go:455 github.com/gohugoio/hugo/hugolib.(*Site).preparePagesForRender.func1(0x5135a78?) github.com/gohugoio/hugo/hugolib/hugo_sites.go:853 +0x2a github.com/gohugoio/hugo/hugolib.(*pageMap).withEveryBundlePage.func1({0xc01dd15890?, 0xc015d11f01?}, 0x0?)...