Daniel Hilgarth

Results 23 issues of Daniel Hilgarth

For the Windows folks in here, I created a Chocolatey package: https://chocolatey.org/packages/gitflow-avh The source code is here: https://github.com/dhilgarth/chocolatey-packages/tree/master/manual/gitflow-avh.

I have created a simple continuous runner similar to karma: Whenever the test assembly is recompiled, the tests are re-executed. If the HTML formatter is specified, the runner opens the...

**Expected behavior:** Source map maps the single line string in the generated javascript file to all lines of the original string **Actual behavior:** It only maps the the line with...

This fixes AoT compilation errors in AngularCLI 1.0.0 Fixes #28

The following simple signature will result in the interceptor to receive `null` as the value for the parameter: ``` void Test2([In, Out]bool[] test); ``` `In` and `Out` are from `System.Runtime.InteropServices`...

### Expected Behavior The output of `cdktf deploy` should use all available width of my console ### Actual Behavior The output is wrapped making it unusable. ![image](https://github.com/hashicorp/terraform-cdk/assets/1180105/4bc62d5e-294d-47c4-ac7d-ea05d662c862) ### Steps to...

bug
new

### What happened? I've defined my callback function in a separate .ts file without any imports. Still, the generated Lambda function contains all - or most, didn't check in detail...

kind/bug

## Readiness Checklist - [x] I am running the latest version - [x] I checked the documentation and found no answer - [x] I checked to make sure that this...

bug

I would like to use infracost with resources outside of AWS, Azure, GCP. For that, it would be great to be able to specify custom resources along with their prices.

new cloud vendor

**Summary** ECS Fargate Service App tries to send E-Mails via SMTP server running in ECS Fargate Service Mailhog. Connection fails with "Unexpected socket close" Removing envoy and proxy configuration from...

Bug