Brian Skinn
Brian Skinn
Most of the time, what's planned in #149 for the CLI will suffice -- a separate CLI interface _just_ for mapping inference is YAGNI. For the cases like Django, with...
~Trivial for standard docs layout ~Impossible to write a general algorithm to properly construct it for nonstandard docs layouts. **ALTHOUGH** -- if a user has pasted a link to the...
Should be a known subset of likely exceptions. Can still have a general Exception catch afterwards, for clean notification and CLI exit. Should probably have a wrapper error_exit function, for...
Alternative to juggling `--thresh`. Probably should also be added to `Inventory.suggest` itself.
May or may not always be desirable. Probably best to toggle via a new CLI flag.
Might be a better forum. E.g., #213, #216, #148, #132, #35, #19
The importing of `object.inv` data lines to `DataObj` instances, and the dumping of inventory artifact data lines, are right now simple, serial `for` loops. Might get appreciable speedup by parallelizing.
Related discussion [here](https://github.com/sopel-irc/sopel-rtfm/commit/6d2de967fb14a287da70d5461f75ca40fa6ae6b5#commitcomment-55538884). ---- Need to research plugin system best practices. Given the narrow scope of the plugging, a fully featured plugin system tool like `pluggy` *may* be overkill. OTOH,...