Jim Rybarski
Jim Rybarski
## Description Running the example code from the documentation fails with this exception: `TypeError: batches_support_wrapper() missing 1 required positional argument: 'collection'` ## Reproduce Run this code with easy_entrez 0.3.0: ```python...
Is there any interest in adding support for mutating methods on str objects? For example, `s.lower()` would be mutated to `s.upper()`, or `s.strip()` would be mutated to `s`. Of course,...
## Description This adds a line to the README to clear up a common point of confusion. ## Motivation and Context pre-commit passes all source files as arguments to interrogate....
get_slabs() was throwing an exception since it was trying to split() binary data. It just needed to be converted to ascii first
After installation, I get this error when starting neovim: ``` Error detected while processing /home/jim/.local/share/nvim/plugged/vim-roam/plugin/roam.vim: line 60: E117: Unknown function: vimwiki#vars#get_global E15: Invalid expression: vimwiki#vars#get_global('map_prefix') ``` I was able to...