Daniel Farina

Results 43 issues of Daniel Farina

The space-in-parameters body bugs busts up attempts to manipulate IAM pretty good, since the 'policy' definitions often contain spaces. This is just @bpo's work, and it works, but I wrapped...

For the first time I can't seem to upgrade. This may be more a @Mystro256 question. ``` $ sudo dnf upgrade --best --allowerasing Last metadata expiration check: 0:00:03 ago on...

A long standing annoyance is that transient errors (see #19) in transport that are retried dump ugly stack traces that reasonably lead someone to believe something is going wrong. I...

enhancement

# syslog-ng ## Version of syslog-ng ``` syslog-ng 3 (3.23.1) Config version: 3.23 Installer-Version: 3.23.1 Revision: Compile-Date: Jul 2 2020 13:35:47 Module-Directory: /usr/lib64/syslog-ng Module-Path: /usr/lib64/syslog-ng Include-Path: /usr/share/syslog-ng/include Available-Modules: add-contextual-data,affile,afprog,afsocket,afstomp,afuser,appmodel,basicfuncs,cef,confgen,cryptofuncs,csvparser,date,dbparser,disk-buffer,examples,graphite,hook-commands,json-plugin,kvformat,linux-kmsg-format,map-value-pairs,pseudofile,sdjournal,snmptrapd-parser,stardate,syslogformat,system-source,tags-parser,tfgetent,xml Enable-Debug:...

bug

Even when making synchronous calls, stack traces for API failures will be rooted in the `concurrent-ruby` library, kind of like the one seen below. You wouldn't know it from this...

question
customer-reported
needs-triage

I'm trying to find API (e.g. YARD) documentation. I note it is able to be generated in the Readme, but I just want look up a few things without a...

Here's a demonstration snippet, with output at the bottom. Note how the output of `V2017_12_01` is useful, and all subsequent versions only have a `nil` in the newly introduced `value`...

I've seen something pretty strange here on several small test databases running a similar workload on a small virtual machine that was running out of memory. I eventually identified the...

moreinfo

## Description of the problem I want to accept user input that's easy to validate and compatible with major log aggregation vendors. Most of them use (or are compatible with)...

enhancement

Normally, you are to call `#rodauth` first, before using its features such as `load_memory`. Now it seems that the way we had it worked as expected, but it was contra-documentation....