Tom O'Neill
Tom O'Neill
Yeah the `override` is being added for errors as seen here: https://github.com/RicoSuter/NSwag/blob/4749251c712d90ff906251e23f8044031993c934/src/NSwag.CodeGeneration.TypeScript/Templates/File.liquid#L129 but it's not being added for classes that extend from base classes. At least not in version 13.17.0.
This was fixed with release [@graphql-codegen/[email protected]](https://github.com/dotansimha/graphql-code-generator/releases/tag/%40graphql-codegen%2Ftypescript-apollo-angular%403.4.0) Add `addExplicitOverride: true` to your config. See https://www.graphql-code-generator.com/plugins/typescript-apollo-angular.
I added an issue for this (#7548) and a PR (#7553), but so far it hasn't been approved yet.
PR was merged! I think you can close the issue now.
I ran into this error and because of the comments in this issue I was able to resolve it. In my scenario I wanted to change the title/position after the...
My problem is that by copying tiles from another .tmx file, Tiled creates a copy of the tileset into the tmx file you're copying to, even if the exact same...
> v2.2.5 fails for me with this selector: > > ```js > dom.querySelectorAll(':is(div, p, a, h1, h2, h3, h4, h5, h6, ul, ol, li, blockquote):not(:empty) + :is(br, p:empty)') > ```...
@remcohaszing I sometimes have the same error and then it shows a popup by VSCode: `The MDX server crashed 5 times in the last 3 minutes. The server will not...
Thanks @bradleyayers but I am not. I am using NX though which does have paths defined in a base tsconfig, which points to an index.ts file. Tried it regardless, but...
Honestly, I'm not really sure about the internals of Bootstrap. However the implementation you shared and the video, that does look like what I'd be expecting. Looking a little bit...