ootkin
ootkin
For the operationId, I'm not entirely certain. However, when generating an SDK (which is based on operationId for naming methods and tags for namespacing them), I would expect something like...
Thanks for the quick response. It's the first time that I use redocly and it seems very interesting. Do you have some examples/resources that i can consult in order to...
For the operationId, I think it would be useful to lauch a decorator before the join that checks if there are conflicts in the `operationId` field and then update them...
> Thanks! I have to think this through. I'm not sure what logic should apply if there are several servers (e.g. test ones) that could contain different pathnames (or even...
I modified my pipeline like this: ```yaml - name: Bundle specs run: npx @redocly/cli bundle -o dist openapi/main.yaml openapi/services/* - name: Join specs run: npx @redocly/cli join ./dist/main.yaml ./dist/*.yaml -o...
Same here, this is a very desired feature. Right now we are using a cronjob that generates a sitemap and put it into an s3 bucket. It would be awesome...
Same here with routing groups and next 14.1.0
I was reviewing the Langgraph documentation and came across this note: `While this class does support asynchronous checkpointing, it is not recommended for production workloads due to limitations in SQLite's...