flowerysong

Results 12 issues of flowerysong

`UCL_STRING_ESCAPE` might be useful for something (though I'm not sure what) but it's not good default behaviour. Strings are escaped during output to meet the needs of the output format,...

This is fairly straightforward manipulation to do with standard Jinja features, there's no need to use a non-default library.

wontfix
area/tasks
area/tests
area/docs

Without this change, updates consistently fail because the watchdog causes a panic (see https://github.com/espressif/arduino-esp32/issues/3775, where similar behaviour is reported.) ``` E (20871) task_wdt: Task watchdog got triggered. The following tasks...

"t" is imported from RFC 6376 section 3.5, which states: t= Signature Timestamp (plain-text unsigned decimal integer; RECOMMENDED, default is an unknown creation time). The time that this signature was...

`strncpy(hnbuf, h->hdr_text, h->hdr_namelen)` assumes that hdr_namelen will never be longer than ARC_MAXHEADER, but that assumption wasn't enforced anywhere. Enforcing the maximum field name length in arc_parse_header_field() seems reasonable, and prevents...

MIT Kerberos 1.18 added support for `dns_canonicalize_hostname = fallback`, which initially acts like `dns_canonicalize_hostname = false`, then retries the request with a canonicalized hostname if it fails due to an...

In addition to the dot-strings that are the most common form, SMTP addresses are allowed to have quoted-strings as the local-part. These local-parts can include many ASCII characters (such as...

##### SUMMARY Backport of #83429 (cherry picked from commit 1ed29416dbe4382c297068fdad3cd13c1fc749f4) ##### ISSUE TYPE - Docs Pull Request ##### ADDITIONAL INFORMATION

backport
module
needs_triage
stale_ci

##### SUMMARY Backport of #83404 (cherry picked from commit 502241588787a6ea719813f378378c01557e2f56) ##### ISSUE TYPE - Docs Pull Request ##### ADDITIONAL INFORMATION

backport
needs_triage
stale_ci

### Summary https://github.com/ansible-collections/amazon.aws/blob/85926242b1525142be103606dffea1bbea99b3c3/plugins/modules/lambda.py#L811 returns `code_kwargs`, which contains the raw binary zip file when this module is invoked with `zip_file` and code changes are made. Modules are only supposed to return...

needs_triage