Stephan Renatus

Results 293 comments of Stephan Renatus

@aarushisoni Please do! Also please have a look at the prior attempts ☝️

So we're using Hugo for organizing our docs pages. The preamble of each markdown file determines its section, like, [wasm.md](https://sourcegraph.com/github.com/open-policy-agent/opa/-/blob/docs/content/wasm.md?L2-4&view=code): ```md --- title: WebAssembly kind: misc weight: 1 --- #...

Nope, no work has happened on this since, AFAICT 😓

Could it have made a reappearance? Judging from this, ``` % go mod why github.com/99designs/keyring # github.com/99designs/keyring github.com/something/nondisclosed github.com/benthosdev/benthos/v4/public/components/sql github.com/snowflakedb/gosnowflake github.com/99designs/keyring ``` So it's come back through gosnowflake, I suppose?...

Replacements will do fine when it comes to building benthos. They will, however, not be honored when building packages that _use benthos as golang library_, but they'll need to be...

Some time has passed; and meander spurts a "babashka compatible" thing now in its README -- is this resolved? 😅

Hello and thanks for your interest! This was brought up before, https://github.com/open-policy-agent/opa/issues/4793. I don't think AI has made translating technical content much easier... has it?

"For more information, please re-read." -- I've removed my comment re force_json_decode, you're already aware. 😅

💭 Right now, application/json is json-decoded, and application/yaml + application/x-yaml are yaml-decoded. So if we go with ```rego users_request := { "url": "https://scimserver/Users", "method": "GET", "headers": { "x-api-key": "secret", "accept":...

Ah! Thanks for clarifying. Yeah, that makes this a bit simpler.