Anthony Fok

Results 32 comments of Anthony Fok

And a normal `go list` command would fail too: ``` go list github.com/0xAX/notificator/... ```

Can we use an URL instead for `primary_contact`, perhaps something like: ```yaml primary_contact: "https://github.com/gohugoio/hugo/issues/new/choose" ``` For example, URIs are valid for the Upstream-Contact field in debian/copyright file: > 6.3. Upstream-Contact...

Some tips about troubleshooting screen capture with PipeWire: * For Ubuntu 21.04, please make sure pipewire-bin is installed, and the process pipewire-media-session is running * For Ubuntu 21.10, please make...

> Shouldn't the test matrix cover the two supported versions, currently 1.17 and 1.18 ? Well, the test matrix currently covers only 1.17.x and not 1.16.x, and unless the current...

@op We are seeing the same error with Go 1.13.8; could you please kindly take a look when you have time? This affects, for example, Fedora and Debian packaging of...

Hi Nathan, Ubuntu runs an autopkgtest CI, with arm64 included, here: * https://autopkgtest.ubuntu.com/packages/golang-fsnotify * https://autopkgtest.ubuntu.com/packages/golang-fsnotify/cosmic/arm64 Granted, it is run only after when we upload a new Debian package for golang-fsnotify,...

真惨!没想到在国内的 Go 开发者这么苦! @benluo ,麻烦你帮忙测试一下,这个网站里说的方法在墙内能行吗? - http://grokbase.com/t/gg/golang-nuts/152cgxd8jh/go-nuts-golang-org-is-blocked-in-china 如果可行,我想给 github.com/spf13/hugo 加个脚本,以便没有 VPN 的用户也能通过其他方法下载得到 hugo 的 dependencies,然后 `go get -v github.com/spf13/hugo` 能执行。 (`go get -u -v` 我就不指望了,呵呵)

@Letme Thank you for the heads up! I didn't realize that Ubuntu kinetic (the future 22.10 release) has Hugo stuck on 0.92.2-1 when it is already 0.101.0-1 on Debian. It...

Dear all, I believe this has just been fixed for v0.101.0 in the `stable` branch. Please install/refresh the hugo snap to v0.101.0+git4.d7294751 (13802) in the extended/stable channel. See #10174 for...

@tobyglei wrote: > I submitted a PR at gohugoio/hugo@74d0698 It is better to reference the pull request at gohugoio/hugo#8121 rather than the commit hash. ;-) But yes, since this belongs...