Sean Fausett

Results 32 issues of Sean Fausett

Following up from #514, Flurl really should seriously consider dropping unsupported target frameworks, especially given the upcoming bump in major version. What do you reckon, @tmenier?

enhancement
breaking
3.0
4.0

Following up from https://github.com/tmenier/Flurl/issues/506#issuecomment-727280179. Specifically, _serializing_ [CookieJar](https://github.com/tmenier/Flurl/blob/dev/src/Flurl.Http/CookieJar.cs#L14) (and [FlurlCookie](https://github.com/tmenier/Flurl/blob/dev/src/Flurl.Http/FlurlCookie.cs#L29)) works without requiring custom converters, although [Url](https://github.com/tmenier/Flurl/blob/dev/src/Flurl/Url.cs#L12) is serialized as a nested complex type instead of as a simple string, which...

enhancement

**Is your feature request related to a problem? Please describe.** Following up from https://github.com/intuit/auto/issues/191, add support for something like [preset hosting](https://docs.renovatebot.com/config-presets/#preset-hosting) and [local presets](https://docs.renovatebot.com/config-presets/#local-presets) (for self-hosted ghes), which I use...

enhancement

Fixes #3209; migrated from https://github.com/cake-contrib/Cake.DotNetTool.Module/pull/19.

Response from Cake team required

While investigating issues with https://github.com/cake-build/cake/pull/3240, I temporarily enabled `Debug/Diagnostic` logging for the integration tests, during which the log rendering is far too dark and becomes unreadable in some environments. GitHub...

Up-for-grabs
Improvement
Help wanted

Tool.Run and related should make stdout and stderr available so that some analysis is possible on failure. Currently it calls [ProcessExitCode](https://github.com/cake-build/cake/blob/develop/src/Cake.Core/Tooling/Tool.cs#L119) which [throws](https://github.com/cake-build/cake/blob/develop/src/Cake.Core/Tooling/Tool.cs#L139) a simple `CakeException`. Ideally, it would capture...

Up-for-grabs
Improvement
Help wanted

Fixes #5680. ---- Enter `[N/A]` in the box, if an item is not applicable to your change. **Testing** Before we can approve your change; please submit the following in a...

## Bug Report **Describe the bug** Following up from https://github.com/fluent/fluent-bit/issues/5680, while testing with a custom debug build which seems to have fixed the crash with es output, I found another...

status: waiting-for-triage

I'm very impressed with the amount of customization already in place for the [AWS VPC CNI](https://github.com/aws/amazon-vpc-cni-k8s). It's much appreciated. Similarly, it would be nice to support updating [CoreDNS](https://github.com/coredns/coredns) and [kube-proxy](https://github.com/kubernetes/kube-proxy)...

kind/question

The NodeGroup ASG uses a [CF template](https://github.com/pulumi/pulumi-eks/blob/master/nodejs/eks/nodegroup.ts#L497-L515) internally and does not expose a few things we use, like [LoadBalancerNames](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-loadbalancernames) (or [TargetGroupARNs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-targetgrouparns)), [NotificationConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-notificationconfigurations.html) and detailed [UpdatePolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatepolicy.html). Another example of where an...

kind/enhancement