v-byte-cpu

Results 8 issues of v-byte-cpu

What is the reason to have two timeouts: HystrixTimeout and HTTPTimeout for `hystrix.Client` ? It seems that two points are valid for current implementation: 1. `timeout` field in `hystrix.Client` is...

Default value for slice/map is `nil`. So slice/map field will not be serialized if it is not initialized. I mean from serialization point of view these two structs are the...

Sometimes it is necessary to retrieve batch of documents by ids. So it would be useful to have multi-get requests like in Elasticsearch: [Multi get (mget) API](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-multi-get.html)

enhancement

Hi there! It would be great if Cobra provided built-in support for customizing flag value names in help messages Right now the following cmd flag: ``` cmd.Flags().StringArrayVarP(&forwardProxies, "forward", "F", nil,...

area/flags-args
area/docs-generation

I would like to change a time format for different logger instances, but currently the time format is set by the global constant `zerolog.TimeFieldFormat` and used explicitly in timestamp hook...

## Describe the feature Hi there! it would be great if `gen` project could add modifiers to asc/desc sorting (for instance, `column.Asc().NullsFirst()` ) or just enable ORDER BY clause in...

**Is your feature request related to a problem? Please describe.** Hi there! It looks like Jet doesn't support [VALUES clause](https://www.postgresql.org/docs/current/sql-values.html). My personal use case is batch update statements, for instance...

missing feature

### System Info langchain version: v0.0.352 python version: 3.11 Hi there! After that PR https://github.com/langchain-ai/langchain/pull/14713 was merged, I started getting errors in stream() method: ``` File .../lib/python3.11/site-packages/langchain_core/_api/deprecation.py:295, in warn_deprecated(since, message,...

🤖:bug
stale
â±­: models