Bill Sorensen

Results 12 issues of Bill Sorensen

Mocking the default instance of axios (`new MockAdapter(axios)`) will affect any axios instances subsequently created (`axios.create()`). I'm not sure that I'd call this a bug, but it's definitely surprising behavior;...

I'm trying to mock this code: ``` axiosInstance .request(originalRequest) .then(...); ``` Where `originalRequest` is an object like: ``` { headers: { }, baseURL: 'http://localhost:3000/test', method: 'get', url: '/test' } ```...

test

Confirm by changing [ ] to [x] below: - [x] This is a feature with version 2.x of the SDK **Is your feature request related to a problem? Please describe.**...

documentation
feature-request

Compacted topics require keys when producing. If you forget to specify a key, the Kafka CLI tool kafka-console-producer returns a helpful error within a few seconds: > CorruptRecordException: This message...

**Is your feature request related to a problem? Please describe.** I ran k9s when my credentials had expired, and I didn't realize it. Everything behaved oddly (I couldn't change contexts...

question

### What problem are you trying to solve? Do you a suggestion on how to solve it? Would it be feasible to add the Phase field to the Pods grid?...

feature request

The first example from https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS is considered safe by `isSafePattern`: `(a+)+`

bug

### What problem are you trying to solve? Do you a suggestion on how to solve it? On macOS Sonoma, most times when I open Aptakube v1.8.0 (and several earlier...

feature request

We ran into an issue today where we passed a string to `format` and received an "Invalid time value" error. The TypeScript typedefs allow this: ```ts export function format( date:...

### Current and expected behavior Example: go to Deployments on a cluster that has 5600 deployments. If you have the right namespace set you're fine. If you select All namespaces...

bug