tjhiggins

Results 9 issues of tjhiggins

### Do you want to request a *feature* or report a *bug*? Feature ### What did you expect to see? We deploy traefik on behalf of customers and auto generate...

question

### Overview of the Issue The helm chart fails to install on gke autopilot cluster. ### Reproduction Steps - Create gke autopilot cluster - Deploy helm chart (weirdly succeeded first...

### Describe the feature or improvement you're requesting First off - let me just say how great functions are! Game changer! It would be really cool if the functions would...

### Environment **Vuetify Version:** 3.6.3 **Vue Version:** 3.4.21 **Browsers:** Chrome 124.0.0.0 **OS:** Windows 10 ### Steps to reproduce I'm unable to reproduce, but we are getting a fair number of...

S: triage

There is a lot to like about this new sdk, but I'm finding triggers really difficult. **Question** 1. Why do old triggers not get removed when running `slack run`? Ex....

question

### Describe the feature The current logic only supports internal routing after signOut. My use case: ```ts await signOut({ callbackUrl: 'https://tenant.auth0.com/oidc/logout?id_token_hint=blah&post_logout_redirect_uri=blah' }) ``` Code to alter: https://github.com/Hebilicious/authjs-nuxt/blob/3c5928aecaf02779b71341a10567260d5c11e772/packages/authjs-nuxt/src/runtime/lib/client.ts#L136 Easy workaround is...

needs reproduction

## Bug Description onBodySent is not called when using the MockAgent ## Reproducible By ```ts import { DecoratorHandler, Dispatcher, fetch, MockAgent } from 'undici'; class LoggingHandler extends DecoratorHandler implements Dispatcher.DispatchHandlers...

bug

## Feedback I upgraded to the latest version of nestia and wasn't thrilled about having to use `fastify-multer` with `TypedFormData.Body`. Since `fastify-multer` is just an unmaintained port that was last...

## Feature Request Currently controllers/endpoints with the following decorators appear in the swagger.json ```ts @ApiExcludeEndpoint() @ApiExcludeController() ``` https://docs.nestjs.com/openapi/decorators

enhancement
good first issue