Tibo Delor
Tibo Delor
I was trying to run mypy through flake8 for a big project and realized that flake8-mypy report much less error than mypy itself (like only 10%) using the same config...
I have a field `my_field: Option` and my yaml is like `my_field: NULL`. Parsing it raise an error : `"unknown variant `NULL`, expected one of [...]` Looking at [the code](https://github.com/dtolnay/serde-yaml/blob/master/src/value/ser.rs#L11)...
* terrascan version: v1.12.0 * Operating System: Mac and Linux ### Description When using a local variable instead of hardcoded value, I get an error. Minimal example ```terraform locals {...
## Summary Sync methods accept options as a second argument with pagination. ## Description With typescript, compilation fail when doing ```typescript client.sync(query, { paginate: false }) ```
**Is your feature request related to a problem? Please describe.** My main way to install program on Windows is winget. **Describe the solution you'd like** [Similar to terraform and vagrant](https://github.com/microsoft/winget-pkgs/tree/master/manifests/h/Hashicorp),...
# Context Trying to load Contentful every month to Elastic search, incremental updates done via webhooks. We have a very large space with 40k+ entries. # Issue When doing: ```...