Narayan Acharya
Narayan Acharya
Currently the evaluate CLI has fixed list of metrics which are reported as part of the evaluation output. This is limiting when one wishes to make note of other metrics/scores...
This is more of a question than an issue. I was wondering if there is any way to batch my queries in order to gain some performance. I tried to...
Response time out with client connected using `unix_socket_path` when using python client but not with `redis-cli`. I have a `redis-server` instance running locally accepting connections via unix socket.`redisgraph.so` was built...
Currently if I wish to print debug messages, the usage is something like this: ``` from wasabi import msg msg.info('Hello', show=is_verbose) ``` But now `is_verbose` is scattered everywhere in code....
Following the instructions from the videos here - https://docs.streamlit.io/library/components/create When I try to run the frontend server I run into the error with stacktrace below. Stack trace: ``` npm run...
## Description `token_separators` is set in the schema at the collection level. I would like to use different token separators for different fields present in the same collection. For example...
This is to request adding support of specifying trusted hosts to the command below https://github.com/Netflix/metaflow/blob/5908c4e1481c15a93ec5ef845cec630c4ef84919/metaflow/plugins/pypi/micromamba.py#L74 via the `@pypi` decorator. This is required for when trying to resolve packages that reside...
Because `S3PutObject` is a named tuple, the `else` branch of this `if` statement is never hit, irrespective of user passing `Tuple[str, PutValue]` or `S3PutObject`. https://github.com/Netflix/metaflow/blob/5908c4e1481c15a93ec5ef845cec630c4ef84919/metaflow/plugins/datatools/s3/s3.py#L1322 If you pass an `S3PutObject`...
**Is your feature request related to a problem? Please describe.** When using a list option in the `pants.toml` incorrectly as dict, for example as below, I get a very unhelpful...