Mo Sattler

Results 13 issues of Mo Sattler

**Is your feature request related to a problem? Please describe.** Right now, one can only choose one language for a user. **Describe the solution you'd like** For bilingual people, who...

React Router 7 has been released, and it offers a few nice improvements and new features. Based on the current setup, it looks like epic-stack is already in a good...

Steps to reproduce: ```js import path from 'path' import { generateApi } from 'swagger-typescript-api' generateApi({ output: path.resolve(process.cwd(), './src/lib'), fileName: 'client.js', url: 'https://some.swagger/swagger.json', toJS: true, compilerTsConfig: { declaration: false }, })...