Nicholas Pipitone

Results 11 issues of Nicholas Pipitone

### Issue type - **Bug Report:** Runs very slow for particular PEGs ### Description This particular pegjs file is running very slowly: https://pastebin.com/3N2VwDYz It appears to directly be caused by...

The latency and Hz metric make StackRabbit very good at analyzing boards given the physical limitations of a particular human player. However, one metric is seems to be missing is...

### Confirm this is a feature request for the Python library and not the underlying OpenAI API. - [X] This is a feature request for the Python library ### Describe...

Same issue as https://github.com/python/mypy/issues/16734 When a developer does `if var:` to check whether or not a var is None, then the if condition implicitly holds for empty strings or the...

type checking / linting

When using destructuring, inlay hints currently don't appear. related: #349 (Potential Future Edge Case: Currently, for loops never show inlay hints, whether or not it's destructured. This issue could be...

language server
LSP: inlay hints

There's currently a code action to automatically import, but there's no code action to automatically "un-import". The latter is unambiguous, so it's a pretty good candidate for there to be...

language server
LSP: code actions
ruff parity

Updates runtime(python) so that it can handle multi-line case statements. Before: After: Useful for matching against Enums with long names, where you want one line per "or" condition. Also, [black](https://github.com/psf/black)...

runtime

### Description Currently, I have these files: ``` your-repo/ ├── ml/ │ └── ... ml code ├── scripts/ │ └── ... scripts code ├── pyproject.toml ``` With `pyproject.toml` containing ```...

awaiting response

I'm currently getting this warning when trying to import AsyncClient from voyageai. This is because https://github.com/voyage-ai/voyageai-python/blob/012d16bd708c797766beb26555e56b10db8d09fd/voyageai/__init__.py#L25C35-L25C46 isn't following [PEP 561](https://peps.python.org/pep-0561/) correctly. More details [here](https://github.com/microsoft/pyright/issues/2639#issuecomment-983098575). --- Using `__all__` to specify the...

### SDK Python ### Description Currently, when using the Python SDK (v0.24.3), enabling fast search is a bit opaque. ```python query = ( embeddings_table.search( np.random.rand(2560), vector_column_name="image_embedding", ) .distance_type("cosine") .select(["id", "_distance"])...

enhancement
good first issue