Auke van Leeuwen
Auke van Leeuwen
(TypeScript) ParameterProperties that had an assignment (default value), were giving a false positive for the 'no-unused-function-argument' rule. More information here: https://community.sonarsource.com/t/false-positive-s1172-for-constructor-parameter/64575/14 Fixes: #3293
**Bug** - `package` version: `3.2.3` - `node` version: `16.x` - `npm` (or `yarn`) version: yarn `1.22.19` What you did: What happened (please provide anything you think will help): I want...
Fixes: #1838 Rewrite two `QueryFilter`s with an implementation based on `StringTokenizer` rather than a possible `O(n^2)` regex (for more information see the linked issue). ## Description I've looked at the...
I was sending some requests with `curl` to an application that had logbook enabled and noticed quite terrible performance. `curl` by default will send data with a `Content-Type: application/x-www-form-urlencoded`, by...
### Terraform and Akamai Terraform Provider Versions ``` ❯ terraform -v Terraform v1.9.4 on darwin_arm64 + provider registry.terraform.io/akamai/akamai v6.5.0 + provider registry.terraform.io/hashicorp/aws v5.72.1 ``` ### Affected Resource(s) Please list the...