Miles Johnson

Results 90 issues of Miles Johnson

Hey everyone, At this point in time, proto is relatively stable, and we believe an official v1 is around the corner. Before we do that though, we want to hear...

Hey everyone 👋 If you're excited about espresso like we are, we'd appreciate it if you'd help us test the current implementation by running through this checklist. If you encounter...

Thanks for this lib. I got tired of trying to support all the variants myself. With that said, it would be nice if this lib had less dependencies. For context,...

I'm not entirely sure if this is possible, but could decorators be used for providing more information? For example: ```ts export default class AuthLoginController { @ApiInfo('Login to the application') @ApiRequest()...

Tried to bring this functionality into commands, but it cause a lot of issues. Keeping the separation is nice.

### Is your feature request related to a problem? Please describe. We're profiling our TS monorepo and the `@temporalio` packages have popped up as a hot path. I've noticed a...

enhancement

This adds a new global option `--config-mode` or `-c` that determines how configs are loaded. Right now it's very messy. Some commands load all, some just local, others exclude global,...