udf2457

Results 138 issues of udf2457

Hi It would be good if you added a comparison, e.g. in `README` to "competitor" tools such as `fai` (https://fai-project.org/) I discovered `mkosi` via a _All Systems Go!_ recording, but...

RFE

### Proposed change At present in JetStream, you can configure a `MaxAge` to define the maximum age of a message in a stream. However for certain applications it could be...

proposal

### What motivated this proposal? At present, JS only supports encryption at rest on a global level, e.g. ``` jetstream : { cipher: chachapoly key : "6dYfBV0zzEkR3vxZCNjxmnVh/aIqgid1" } ``` It...

proposal

Mac OS X Ventura 13.2 on Apple Silicon (M2) Downloaded libressl-3.6.2 and compiled against local dir (`configure --prefix=/path/to/build_dir`) Downloaded nmap-7.93 and tried to compile against same dir (`configure --prefix=/path/to/build_dir --with-openssl=/path/to/build_dir`)...

Nmap

Could you clarify whether hcl ordering is deterministic ? As we know, go maps are not deterministic in their output (i.e. you will get a different order each time). Therefore,...

would be great if you could document usage of `go_cross_binary` with `gazelle`, i.e. how-to to automagically cross-compile all binaries in a bazel repo.

I've been bashing my head against a wall for a while now trying to figure out how to make `gazelle`, `bzlmod` and `rules_go` all play nicely together to generate Go...

It would be great if flags could be specified in `go_cross_binary()` For example, a common flagset when compiling Go is `-s -w -buildmode=pie`. However certain platforms (e.g. BSD) are incompatibble...

### Description I have been struggling to get bazel to compile protobuf files for me into Go. #299 suggests that [unlike certain others](https://github.com/stackb/rules_proto/issues/319), you have bzlmod support, which is good....

Given the following custom `values.yaml`: ``` reloader: reloadStrategy: annotations readOnlyRootFileSystem: true securityContext: runAsNonRoot: true seccompProfile: type: RuntimeDefault containerSecurityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true capabilities: drop: [ALL] ``` I would expect `Reloader`...

kind/bug