Nelly Whads
Nelly Whads
Description ----------- When enabling the `oh-my-zsh` `tmux` plugin, tmux tab completion is broken (commands, flags, and session names). This behaviour has been seen on the default versions of tmux and...
Fix always-true assert statement
Hey there, Is this compatible with tmux version `2.6`? It seems to work on `3.2a` on Utuntu 22.04. However, on an 18.04 server with tmux `2.6`, none of remapped keys...
Typing issues were brought to light when attempting to override `BaseSettings.settings_customise_sources()` as per [the documentation](https://docs.pydantic.dev/latest/concepts/pydantic_settings/#parsing-environment-variable-values:~:text=You%20may%20also%20populate%20a%20complex%20type%20by%20providing%20your%20own%20source%20class.). On python 3.8, this raised the `TypeError: 'type' object is not subscriptable` exception from [this...
Hey there, The error I get when using this theme with antigen is the following: `local:1: maximum nested function level reached` This happens 6-7 times after every command I execute,...
Hey Roy, Cool project. If you have space for a second set of hands, I'd like to help out. Is there a good place to chat about TODOs/the next incarnation...
**Is your feature request related to a problem? Please describe.** PyArrow [defines a tensor type](https://arrow.apache.org/docs/python/generated/pyarrow.Tensor.html) which can used to store numpy arrays and torch/tensorflow tensors of N dimensions. This is...
### Describe the enhancement requested I'm looking for documentation on how to implement an ExtensionArray which supports `join` functionality. Particularly, I'd like to join a table which includes a `FixedShapeTensorArray`...
When using the following pyproject.toml, I get some weird behavior: pyptoject.toml ```toml [project] name = "dep-test" version = "0.1.0" requires-python = ">=3.8,=2.1,=0.16,=2.1,= '3.8' and python_version < '3.12'", # Specific dependencies...