Raphaël Pinson

Results 198 comments of Raphaël Pinson
trafficstars

@binford2k the user can always choose to pass `:UNSAFE` as an option. That's the point of this patch actually (since only `:SAFE` can be passed so far). That said, we...

Ah actually, `:escape_html` would not behave the same way. `:UNSAFE` allows HTML altogether, and the default behavior is to remove HTML entirely. It doesn't seem like Commonmarker supports escaping HTML.

I'd love to have `Srun` right now :wink:

@dominikh I just wrote https://github.com/raphink/go-augeas/commit/13670f8d56e63c69e4bbef7a1aaadecbff4fcf19 but I can't build it, go doesn't seem to find pkg-config info: ``` $ go tool cgo augeas.go In file included from /home/rpinson/go/src/github.com/raphink/go-augeas/augeas.go:8:0: /usr/include/augeas.h:24:25: fatal...

`go build` has another issue... ``` can't load package: package github.com/raphink/go-augeas: code in directory /home/rpinson/go/src/github.com/raphink/go-augeas expects import "honnef.co/go/augeas" ``` I'm still not really sure about the best way to do...

Interesting, thanks.

So I managed to get it to build... But I'm stuck with this IO_FILE object now... https://github.com/raphink/go-augeas/blob/srun/augeas.go#L211 any clue?

Same here. Reported on Ubuntu as https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1971656

Without exposing argocd, you can use port forwarding, something like: ```hcl provider "argocd" { server_addr = "127.0.0.1:8080" auth_token = insecure = true plain_text = true port_forward = true port_forward_with_namespace =...

Indeed, I don't think there is a way to distinguish the sources in the GUI. It'd definitely be an interesting feature, for which we'd welcome a PR.