Tom Roshko
Tom Roshko
In many infrastructure diagrams, network resources are very important, in others networking is irrelevant. For that reason, it is suggested to introduce a diagram networking mode which the user can...
cdk-dia currently has no icon for a security group. the following cdk App: ```typescript import * as cdk from '@aws-cdk/core'; import * as ec2 from '@aws-cdk/aws-ec2'; export class SoTsStack extends...
Currently, `cdk-dia` edges provide no additional details about the intent/purpose/relationship between two nodes. They just connect them. It could be useful to try and bring these details as text by...
CDK-Dia currently automatically generates a label for each diagram node according to the resource logical name and cloudformation type. CDK-Dia also has decorators which allow the user to customize how...
CDK-Dia currently automatically generates a label for each diagram node according to the resource logical name and cloudformation type. CDK-Dia also has decorators which allow the user to customize how...
It might be easy to add CDK-Dia support for terraform-cdk with a low amount of effort. this is because terraform-cdk has a [Constructs Tree](https://github.com/hashicorp/terraform-cdk#cloud-development-kit-cdk-ecosystem), which is the base according to...
In order to configure multiple regions, one has to configure the Forwarder stack in each region. This is currently not supported as: * You can't opt out of installing the...
* Issue opened by pitch.com We are having issues setting `IMGPROXY_FALLBACK_IMAGE_HTTP_CODE` to zero. The documentation from https://docs.imgproxy.net/configuration/options#fallback-image says: > `IMGPROXY_FALLBACK_IMAGE_HTTP_CODE: the HTTP code for the fallback image response. When set...
### What version of Bun is running? 1.1.21 ### What platform is your computer? linux / macOS ### What steps can reproduce the bug? ```shell echo run1 run2 run3 run4...