Zev Averbach
Zev Averbach
Would you accept a pull request adding this feature?
What do you think? I'm happy to make a PR, using `tqdm` or `rich.progress`.
- [ ] fit it to the user's screen (abbreviate benchmark titles) - [ ] increase number of decimal places to accommodate tiny numbers (currently "**kwargs..." and "slicing with memoryview...")...
https://github.com/willmcgugan/textual Could make it a bit more fun!
There are a number of such warnings on my machine (python3.10, MacOS, sqlalchemy 1.4.26). You can suppress them [like so](https://stackoverflow.com/a/5225951), or fix them.
so something like ```bash $ drill-srs add-card algos -q 'question' -a 'answer' $ drill-srs add-card -q 'question' -a 'answer' Okay, I added the card 'question' to the most recently used...
Now that it's open source!
I know for a fact that the Speechmatics API supports this. It'd be helpful especially during this early development time, as I'm running into some "zombie" jobs that claim to...
[Tavern](https://taverntesting.github.io/documentation.html) is for testing web APIs with or without pytest, though it's recommended to install its `tavern[pytest]` package. Would you accept a PR implementing support for that particular package?
Hi, I'm excited to play with pyo! However, on MacOS 12.4 there are several undocumented dependencies before it can run. Using homebrew I was able to install them with ```bash...