dgilland / pydash

The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library.
http://pydash.readthedocs.io
MIT License
1.32k stars 93 forks source link

find_index accepts iteratee obj as predicate #201

Closed DeviousStoat closed 1 year ago

DeviousStoat commented 1 year ago

fixes https://github.com/dgilland/pydash/issues/200

dgilland commented 1 year ago

Tests are failing when building docs due to a compatibility issue with Sphinx v7 and the RTD theme package. I decided to switch themes to furo. Rebasing with the latest develop branch should resolve the docs build issue.