Eric Ma
Eric Ma
As per title
As per title.
Hi @terrencepreilly! Firstly, I wanted to chime in to say thank you for making `darglint`. It's a great addition to the ecosystem :smile:. Speaking of the ecosystem, I'm wondering if...
Friends! I noticed this pop up as I was browsing around GitHub. I've been developing a package since 2016 (after I met @hagberg at SciPy 2016). It's called [nxviz](https://github.com/ericmjl/nxviz), and...
This PR updates our minimum Python version to be 3.9. Key changes: - We matrix Python version testing across 3.9, and 3.10 (current stable version and two before). - We...
After updating the all-contributors bot config file, I'd like to be able to issue a command to the bot to update the README. Currently, my impression is that once we...
This PR is ready for review. In this PR, we add in Mutation and MutationSet classes. The intent is to represent mutations made to a SeqLike. I've taken inspiration from...
When using cachier with some long-running functions, I get the following error: ```python OSError: inotify instance limit reached ``` A fuller stack trace is in the details below. I have...
# Brief Description `pyproject.toml` has become the de facto standard for declaring package metadata. I would like to propose that we move from our `setup.py` + `requirements.txt` pattern to one...
### What happened? It appears that the way to configure JSON mode between Ollama and OpenAI models is different. With Ollama, I see that the documentation instructs us to use:...