Mathias Klippinge

Results 49 comments of Mathias Klippinge

Interesting idea, seems useful. Lets take https://petstore.swagger.io/ as an example, trying to "auto generate" this by hand: ```ts forge({ host: 'https://petstore.swagger.io/v2', resources: { Pet: { uploadImage: { method: 'post', path:...

Very very interesting. Thanks for sharing! I have to say that I noticed that someone outside of Axios (with no contribution or affiliation with them) [added the generator](https://github.com/OpenAPITools/openapi-generator/pull/892) for `typescript-axios`....

This lib is really hard to use in a federation project. We have all schema files spread out in packages, we want to lint them individually. And they are using...

I do not personally like decorators, but here I am in a codebase where I am trying to write a codemod to migrate out of [typegraphql](https://github.com/MichalLytek/type-graphql) to remove all decorator...

@Mellbourn Hello there! 👋 I also have this issue, I am not using a `.asdfrc` but rather a `.tool-versions` and I am getting this warning on CI only, from the...

What is the benefit of aligning it with competitors? I think different libraries should offer different flavours. Axios, Got, Ky they all do same / similar things and have different...

> this is awesome, and makes a lot of sense! i'm glad you're able to achieve this with your app. just the one change,,I hope that's ok! Absolutely, I don't...

What issue are you trying to solve here? I fail to see how this will solve anything, as it is just a PR (with no issue connected describing what the...

I agree with @paulius-valiunas this isn't working and I came to this repo only to say the same thing. What we _want_ to write: ```ts import { SemanticResourceAttributes } from...