Eskild Diderichsen
Eskild Diderichsen
an update to get support for `.?` and `??` would be really helpful
Ah that's good to know. I'll see what I can do about it :) Fair points. But tests import deprecated own-code-functions until they're removed :) The barrels simply re-export own-code-functions,...
This is very insightful :) It appears this issue is a lot more complex then I initially thought
I'm seeing the same thing. I have 2 projects. They appear to be setup the same way. But 1 project works and the other is reporting the mentioned error.
I was thinking something like setting it up in the connection string. `host=localhost;RetryFailedMessages=true;RetryCount=5` Defaults could be: RetryFailedMessages=false RetryCount=2 Then the current API doesn't need to change and it'll be possible...
No promises, but I'll have a look :)
I just ran the updated prettier on my html files and it converted my HTML5 ``s to XHTML ``. It made me a sad panda ðŸ˜
If you read the error message it says that @proxia-mes/[email protected] have [email protected] but @angular/[email protected] requires typescript@">=4.6.2
Not sure what the issue is but the typescript version seems correct for what's in master (which'll be v6.1.0) https://github.com/OpenAPITools/openapi-generator/blob/1d8051e85774bb03cf3a4f7e0dafe4e46f1b782c/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/TypeScriptAngularClientCodegen.java#L282-L283 May I suggest you fill out the bug report form...
Personally I don't need a the same service duplicated across multiple tags. So yes only using Tag1 would work in my scenario. But I can't speak for all scenarios, someone...