Mathis Pinsault
Mathis Pinsault
## Context I am currently working on developing workflows for stack deployment through CodeBuild. This includes a need to terminate previous builds before initiating a new one. To implement this,...
# Description [//]: # (Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or...
## What are the steps to reproduce this issue? 1. create a shared file for multiple orval clients 2. reexport all the shared elements in the `customInstance.ts` 3. ErrorType is...
### Prerequisites - [X] I'm using the latest version - [X] I've read the relevant [documentation](https://knip.dev) - [X] I've searched for [existing issues](https://github.com/webpro-nl/knip/issues?q=is%3Aissue) - [X] I've checked the [list of...
## Description Currently, when Orval generates code, it automatically exports everything from the generated index.ts file. There's no way to: 1. Filter out specific exports (e.g., schemas) 2. Append custom...
## Status **READY** ## Related Fix https://github.com/orval-labs/orval/issues/2044 ## Description add a way to customize index files: ```ts export default defineConfig({ output: { // ....rest of the config indexFiles: { schema:...
### Problem Description Hello there, I've setup lingui in a project that has a lot going on, running test or build can be a little verbose so it is kind...