Mark Adams

Results 7 issues of Mark Adams

Hi everyone! I'm using `new URLSearchParams()` in my project and apparently older versions of jest don't support that which results in the following error: ``` ReferenceError: URLSearchParams is not defined...

**Describe the solution you'd like** We're currently building an in-house External Data provider. However, there's currently an observability gap where it is difficult to understand the impact that External Data...

enhancement
external data
Metrics

**Is your feature request related to a problem? Please describe.** In many cases when running `cloudlist`, I'm either already authenticated locally with GCP via `gcloud` or I'm running on a...

Status: Completed

### Please describe your feature request: I would like `tlsx` to return back a `client_cert_required` attribute to indicate whether or not the remote server requires clients to authenticate using a...

Status: Completed
Type: Enhancement

**Describe the bug** In Java, it is possible to match on try blocks using the following pattern: ``` pattern: | try { ... } ``` However, in Kotlin rules, the...

bug
priority:medium
lang:kotlin

**Describe the bug** I want to write a rule that matches on a function that returns a generic type with a specific type parameter. However, when I write a pattern...

bug
priority:medium
lang:kotlin