Wong Heung Sang

Results 20 comments of Wong Heung Sang

> This should be working in F30 Silverblue Hi @matthiasclasen, could you kindly explain why?

Hi, we came across this issue when trying to use the this library (azure blob) and azure cdn with content encoding utf-8 the cdn won't serve our content

@chrismgrayftsinc I can confirm your temp fix works. Below is my `WORKSPACE` file ```bazel load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "io_bazel_rules_go", sha256 = "685052b498b6ddfe562ca7a97736741d87916fe536623afb7da2824c0211c369", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.33.0/rules_go-v0.33.0.zip", "https://github.com/bazelbuild/rules_go/releases/download/v0.33.0/rules_go-v0.33.0.zip", ], )...

The latest version of `rules_go` and `bazel-gazelle` works out of the box | Name | Version | |---|---| | rules_go | 0.33.0 | | bazel-gazelle | 0.26.0 |

@mrbobbytables Will ansible work in this case? https://docs.ansible.com/ansible/latest/collections/ansible/posix/synchronize_module.html

@mrbobbytables Should it be a separate go program or a hugo "plugin"?

Hi, @thuylevn I fixed this by copy over the `conf` to a backup location and populate it back when container start https://github.com/whs-dot-hk/kubernetes-nifi-refined/blob/e183ed662f3de96f855637ec0133fddd668f66f4/nifi/start-patched.sh#L3

You cannot because nifi have header check So you need nginx as frontend to proxy into nifi

Please, don't... first you will break api... second they are really different look at the https://github.com/bazelbuild/rules_foreign_cc/blob/7c4490a2ee289fae3ce78e647772fd0311006cdc/tools/build_defs/framework.bzl#L531