Matt Speck
Matt Speck
## Current Behavior Trying to use `conda activate my_env` does not work inside a bash script. The workaround is to use `source activate my_env` but this shouldn't be necessary. ###...
The Seti Icon Theme gives different colors for `Dockerfile` and `docker-compose.yml` files, which is useful because they are significantly different files. It would be nice to incorporate that different into...
Obviously this would be pretty big for a single issue but that fact that most methods don't seem to have docstrings is troubling. The tutorials you have are very helpful...
Is there any plan to release code and/or data for [this paper](https://arxiv.org/abs/2202.08137)?
**Is your feature request related to a problem? Please describe.** Imports are unstandardized, adding friction to outside developers contributing. **Describe the solution you'd like** Add in support for `isort` including...
Calling `get_phase_history` from a `NetworkGame` instance results in this error: ``` ERROR:tornado.application:Exception in callback functools.partial(, ) Traceback (most recent call last): File "/Users/mattspeck/.pyenv/versions/dip_env/lib/python3.11/site-packages/tornado/ioloop.py", line 738, in _run_callback ret = callback()...
Many projects now use `setup.cfg` and `pyproject.toml` files, or put their package version elsewhere.
How hard would it be to implement a method to get all valid follow-up tokens to an incomplete sequence? For example, let's say a valid string is alternating letters and...
Does this work with [Rasa NLU Server](https://rasa.com/docs/nlu/0.14.4/config/)?
Refs: #171 ## What does this PR do? Adds ability to use remote ollama server Fixes # (issue) ## Requirement/Documentation - If there is a requirement document, please, share it...