sergerdn

Results 38 comments of sergerdn

Pls also have a look https://github.com/digitalocean/doctl: ``` Flags: -t, --access-token string API V2 access token -u, --api-url string Override default API endpoint -c, --config string Specify a custom config file...

Hi, guys. Are there any updates about this cool feature for vue people?

Maybe duplicated https://github.com/api-platform/client-generator/issues/198

Hi, @dunglas. Thank you for the very fast reply. The main problem for me that I want to use generators with some OpenAPI v3 enabled api. I haven't any chance...

https://github.com/patrickmn/go-cache/blob/master/cache.go#L182 ```golang // Increment an item of type int, int8, int16, int32, int64, uintptr, uint, // uint8, uint32, or uint64, float32 or float64 by n. Returns an error if the...

> @sergerdn I think that's the best solution here that you posted above (at least until Go gets generic typing support). @jadbox Have a look another solution with code generators,...

I am also looking for a way to limit the amount of data being sent to an external source. Ideally, I would prefer to not make any changes to the...

@brandco The login and password are working as expected, and you can set them up in the `elasticsearch_url `. Here's a well-known trick: ```python elasticsearch_url = "https://elastic:YOUR_PASSWORD@es_host:es_port" elastic_search = ElasticVectorSearch(...

@brandco, https://github.com/hwchase17/langchain/pull/2141 Does it look good to you, or do you have any further questions? I have documented it in as much detail as possible.

@derekhsu Here's basic plan fo you: 1. The user submits a question to the Frontend client application. 2. The question is sent to the Backend server over websockets. 3. The...