Chris Elion
Chris Elion
Following up from a [comment](https://github.com/tcort/markdown-link-check/issues/78#issuecomment-698994066) If the same URL appears twice in a file, you can cache the results of the first check and not check it again. Ideally if...
**Is your feature request related to a problem? Please describe.** The documentation for `snowflake_system_get_aws_sns_iam_policy` ([link](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest/docs/data-sources/system_get_aws_sns_iam_policy)) doesn't give an example of how to call it (which isn't that bad), and doesn't...
Hi, I'm just experimenting with dotnet-format for the first time. I noticed that running it on a single file has more overhead than I would expect. ``` # Run on...
From the [2.10.4 release notes](https://github.com/Netflix/metaflow/releases/tag/2.10.4): > Some additional dependencies are required for the tracing functionality in the execution environment. These can be installed in the base Docker image, or supplied...
Just a small workflow improvement - when adding a Slack integration, can you default the name of the integration to the channel name? Currently it defaults to _unnamed_ For precedent,...
Just a minor quality-of-life request: have you considered returning a field with just the UUID in the `GET https://healthchecks.io/api/v3/checks/` response (assuming using a read-write API key)? It looks like the...
**Bug Report** You can pass `**kwargs` or `*args` to a function, even if all of its arguments are already passed. I would expect this to raise an error, since it's...
### Expected Behaviour Previously (3.22.0 and earlier), annotating a field like ```python body: Annotated[MyRequest, Body], ``` would correctly validate the request body. This might have been contrary to the recommended...
### Use case (follow up from Discord thread: https://discord.com/channels/1006478942305263677/1432874977454985288) Background: According to https://docs.aws.amazon.com/elasticloadbalancing/latest/application/lambda-functions.html, for ALB requests > If the query parameters are URL-encoded, the load balancer does not decode them....
Sorry, if I'm missing something obvious: is there an easy way to ensure that parameters with python Enums get a ref generated for them? I'd like the end result to...