Karan Sakhuja

Results 15 issues of Karan Sakhuja

## Related Issues https://github.com/tellerops/teller/issues/116 ## Description Add `process_env` provider. Load the environment variables from the parent process as needed. ### Example Config ```yaml providers: process_env: env_sync: env: ETC_DSN: ``` #...

new-provider

## Feature Request A way to resolve values for a similarly named entry from more than 1 provider

enhancement

## New Provider Request Instead of `carry_env` option, we should have a `parent_process_env` provider. So we can selectively load up parent process env vars as needed. It would also allow...

new-provider

More about Ed https://www.facebook.com/migratingwest I don't have access to his github but I can try to if thats something you all are interested in: I can continue to maintain his...

Since Otel Telemetry is becoming the standard, it would be good to have a middleware that also plays well with Hono logger

middleware

Example: ``` js https://s.gravatar.com/avatar/a79c26fa3f906cfb3cd1021a9e5576b9?size=120&default=https%3a%2f%2fs3.amazonaws.com%2fknockaway%2fpublic%2fstatic%2fdefault_avatar.png%2c ```

### Describe the bug I keep getting the following error when I use a `tsconfig.json` with `extends` ``` 0:0 error Parsing error: Cannot read properties of undefined (reading 'target') ```...

help wanted
pr welcome
upstream

Use case, we need to check and append `token` search-param because our some of our vendors use search parameters instead of headers. But `request.url` only has a getter.