Antonio Rodriguez
Antonio Rodriguez
Ditto to this question. Is it possible to set the vector_field ?
Can this be reopened? We are using devspaces which are like gitpods and the docker argocd container doesn't support opening a web browser. I'm happy to help implement something similar...
We are using the [oauth2-proxy](https://oauth2-proxy.github.io/oauth2-proxy/) container for authentication. Seems like the container exposes an endpoint `/oauth2/sign_out - this URL is used to clear the session cookie`. Is it possible in...
One thing to note this only seems to be when generating api documentation for other languages other than typescript.
Thanks for the tip. Would be nice to see pnpm as a default tool in this image or ability to install global modules
Any updates on this one? Looking forward to this being merged
For anyone who hits this and has never touched azure before you have to add the following deps ``` 'azure-storage-blob==12.20.0', 'azure-storage-file-datalake==12.15.0', ``` +1 to separating these out
@wtfiwtz I think it's always been possible for access logs but I think what the original issue is talking about is execution logs. Log group name would follow `API-Gateway-Execution-Logs_{rest-api-id}/{stage_name}` so...
I don't have bandwidth at the moment to test this but I think one could do the following. 1. provision apigateway 2. update the function below to take in `restApiID`...