brent s.

Results 23 issues of brent s.

NOTE: Because these are added as new validators, `file` and `dir` validator behavior remains the same/backwards compatibility is maintained. ## Fixes Or Enhances Fixes #808 * Adds `filepath` and `dirpath`...

In https://github.com/goccy/go-yaml/issues/80, it is proposed (and was implemented) that e.g. nil slices (and, I presume, other nil references) use the syntax e.g. `[]`. **This breaks YAML spec**, for both [1.1](https://yaml.org/type/null.html)...

In the event that it is desired that variables be parsed by the shell in the resulting string of e.g. .Quote() but it is otherwise escaped/sanitized, an additional set of...

_**NOTE**: This is a total redo of #431 (and #437, oops - need to stop playing with branches I have open PRs for) to match the updated example in #279...

enhancement
RFC
maintainability

Currently, the `include` and `includedir` directives of krb5.conf are not parsed. They are not even considered. They are indeed a [canonical directive](https://web.mit.edu/kerberos/krb5-1.12/doc/admin/conf_files/krb5_conf.html#structure) of krb5.conf: > The krb5.conf file can include...

So, currently this is the case: ``` [root@archdev ~]# /tmp/uwsgi --help 2>&1 | wc -l 1003 ``` This is, quite frankly, overkill. Imagine trying to visually parse that on a...

Currently this plugin allows specifying `NAS-Port-Type`. Can you also allow specifying `NAS-Port` and `NAS-Port-Id`?

Hello- I have forked `github.com/gsterjov/go-libsecret` as `r00t2.io/gosecret` (GitHub mirror as `github.com/johnnybubonic/gosecret`) and rewritten it (I maintain two branches; `v0` for backwards-compat and `v1` and onwards for a much-improved API). Among...

Hello. I wrote a python script for generating the certificate fingerprint hash client-side. You can view it here: [upstream/authoritative source](https://git.square-r00t.net/OpTools/tree/mumble/gencerthash.py), [GitHub mirror](https://github.com/johnnybubonic/OpTools/blob/master/mumble/gencerthash.py) It: - Requires Python 3 and the pyOpenSSL...

I have e.g. a personal and a work JID. Being that pidgin is a multi-protocol (and by extension a multi-network) client and often you have different (real-world) identities tied to...