TheAlain
TheAlain
@seh yes totally, for KV v2, a "ttl" secret value should end up in `Data["ttl"]` (as it is the case with KV v1), not in `Data["data"]["ttl"]` where it is not...
@luxas @chanwit Hello. Just saw your tweets and looked at your docker-compose and github repo. Does this mean that you already have a virtual-kubelet provider implementation for ignite (and thus,...
Hello @isaaguilar and kudos for this nice project! > This project supports >= 0.11.9 (or something like that) This is an information I failed to find. I must be missing...
@jstrachan interesting to know you are more than giving a try to this operator. I am also on the verge of starting a PoC to assess it. Thanks for your...
Issue has been reported here https://github.com/NASAWorldWind/WorldWindJava/issues/195, with partial fix discussed in PR https://github.com/NASAWorldWind/WorldWindJava/pull/218
@ssbarnea yep after looking at your discussion and PR, clearly related. Seems you also stumbled upon same issue with labels ending up not aligned across panels. Your proposal is different...
Pushed PR https://github.com/vanna-ai/vanna/pull/762 allowing to do vector search with OpenSearch.
@jlowin big +1 but on my side using `FastMCP.from_fastapi` All my REST APIs come with a security scheme like this one: ``` "securitySchemes": { "x-account-id": { "type": "apiKey", "description": "Account...
I am working on a PR that is almost working for my use case. I will submit it soon to have your feedback @jlowin, it may serve as a starting...
FYI just proposed https://github.com/jlowin/fastmcp/pull/570 to tackle the `FastMCP.from_fastapi` case. The `FastMCP.from_openapi` case can directly be solved by injecting a HTTPX client with the same kind of request hook I defined.