Shelby Hagman

Results 5 issues of Shelby Hagman

**_I have:_** - [x] _looked code way later than I should have_ In both Database_xxx.bat scripts there are direct references to path for Program Files. Depending on the install and...

File/code in question: https://github.com/twilio-labs/serverless-toolkit/blob/5108d307bace834452eae5b06924b9b538f16615/packages/twilio-run/src/runtime/server.ts#L166-L198 Docs: https://www.twilio.com/docs/runtime/functions-assets-api/api/understanding-visibility-public-private-and-protected-functions-and-assets#private Functions structure: ![image](https://user-images.githubusercontent.com/1033099/95117322-40e25780-06fd-11eb-9e32-a889e8edf2fb.png) Output: ![image](https://user-images.githubusercontent.com/1033099/95117368-548dbe00-06fd-11eb-92e3-aec4c3cca69c.png) This is something that needs clarification from the Functions team as to what behavior should be expected.

bug

https://github.com/aws/amazon-ecs-agent/blob/69e95d20fc07bd6bfd922c2e11189b2a5f870435/scripts/install-golang.sh#L40-L66 This approach is a bit brittle when go may be installed via 3rd party tools (such as [mise](https://mise.jdx.dev/lang/go.html)). It may be possible that go is not located under: 1....

kind/enhancement

This commit fixes IPv6 address handling in HTTP client Host headers by adding bracket notation when required and improving URL parsing validation. Changes: - Add automatic bracket wrapping for unbracketed...

docs-required

Documentation for simple_aggregation added to out_kinesis_firehose and out_kinesis_streams - https://github.com/fluent/fluent-bit/pull/11284 ## Summary by CodeRabbit * **Documentation** * Added `simple_aggregation` configuration option for Firehose and Kinesis outputs. When enabled, multiple records...

waiting-on-code-merge