enspritz

Results 19 issues of enspritz

Entries are filtered live with the search query, and I'd like to link to such a filtered results page with a URL to that search. _Example_ Inputting a search query...

### Proposal We propose changing Nomad's validation of `variable.validation.error_message` and like to cheerily accept a non-empty string, thus vanishing a cultural / human-language barrier encoded in Nomad. For example: ```go...

type/enhancement
good first issue
theme/hcl
stage/accepted

This configuration option aligns with the same one in [Consul](https://developer.hashicorp.com/consul/docs/agent/config/config-files#log_format), [Nomad](https://developer.hashicorp.com/nomad/docs/configuration#log_format), [Vault](https://developer.hashicorp.com/vault/docs/configuration#log_format). The value here is that logging output will be readily ingestible into metrics systems so that we can...

## Consul Template version `consul-template v0.29.5 (f07ce88)` ## Issue During the course of a template update run, daemons repeatedly reload mismatched TLS materials, until only at the end of the...

[`README.md`](https://raw.githubusercontent.com/antelle/argon2-browser/master/README.md) says: ```javascript argon2.verify({ // }) // result .then(res => { res.hash // hash as Uint8Array res.hashHex // hash as hex-string res.encoded // encoded hash, as required by argon2 })...

Feature request: Like other UNIX-y software, a `.fwknoprc.d` that complements the existing `.fwknoprc` file. Notionally, the resulting configuration file would be identical to (modulo the order of files read): ```bash...

**Feature request**: Docker's embedded DNS server is available over IPv6 in addition to the already-existing IPv4. Docker includes the IPv6 address of its embedded DNS name server when generating a...

kind/feature
area/networking
area/networking/ipv6
area/networking/dns

**The problem/use-case that the feature addresses** Running Redis 7.0.9 in a container. The novel logging format Redis currently employs presents friction to slurping its log output into monitoring. **Description of...

class:feature

Hi! It would be highly instructive to me if the project supplied some tests or documentation that exercises Farolero with Clojure(Script) async as well as ClojureScript code that interops with...

Before: ```bash $ grep core.match project.clj [org.clojure/core.match "0.2.2"]] $ lein art WARNING: boolean? already refers to: #'clojure.core/boolean? in namespace: clojure.tools.analyzer.utils, being replaced by: #'clojure.tools.analyzer.utils/boolean? WARNING: boolean? already refers to: #'clojure.core/boolean?...