Cedric Sana

Results 6 issues of Cedric Sana

## Context I have a particular setup with a repo in which there are two folders containing python projects. Those project each have their own `pyproject.toml` with their own config...

**Describe the bug** A parsing error occurs for valid TypeScript code. dprint-plugin-typescript version: 0.88.3 **Input Code** ```ts availableZoom as any

bug
upstream

**Describe the bug** The valid TypeScript code below causes a parsing error. dprint-plugin-typescript version: 0.88.3 **Input Code** ```ts export class MyClass { @MyDecorator() export = "myStr"; } ``` **Expected Output**...

bug
upstream

The issue https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/issues/115 has been closed too soon, the problem is still present. As mentioned in https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/issues/115#issuecomment-2298927187, setting `stage_access_log_settings = null` results in lots of errors: Logs ``` ╷ │...

Fixes #115 #121 ## Description Do not create cloudwatch log group if `stage_access_log_settings == null`. ## Motivation and Context See #115 & #121 Before this PR, it wasn't possible to...

### Version Commit b80af79d3a0f95afa40d4ae5359e01148bfe70ec ### Operating System Linux ### Distribution Method deb (Linux) (I built the deb myself since I'm on Ubuntu 22.04) ### Describe the issue I am trying...

bug
os:linux