Nulo

Results 110 comments of Nulo

https://github.com/woodpecker-ci/woodpecker/pull/526 fixes Show matrix options in build view

> I still have that below the logo. Which version do you use? Could you attach a screenshot pls. Not who you answered to, but here's my Woodpecker on the...

Added to [my maintained fork](https://github.com/catdevnull/awesome-zig). This repo has been unmaintained for a while. Thank you for your work!

I'm not sure if this qualifies as a breaking change. In one hand, I think no one is relying on Gitea saving these files (in my case LFS files) as...

Okay, so should 0o777 be set instead?

If I understand correctly, for the umask to be applied, 777 (or 666 as it's not executable, I guess) would need to be used. https://www.yesthatblog.com/post/0072-go-and-umask/

LGTM, I was going to make similar changes when I had the time. However, Go (at least 7 years ago...) took [a different approach](https://github.com/golang/go/commit/0cb68acea2e82f6e071804d4d890271103f83c7b) by creating a temporary file with...

It's still done today: https://github.com/golang/go/blob/629c0b3a6e3e2ff11c9c989a8dcd1a538cdd76f4/src/cmd/go/internal/work/exec.go#L1759

Context: I'm the maintainer for telegram-desktop in Alpine Linux and am a Qt/CMake noob. I ended up making a [separate kcoreaddons-qt6 package](https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/39164). It seems to have built fine although I...