Brian Skinn

Results 127 issues of 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...

enhancement
maybe
cmdline

~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...

enhancement
cmdline
api

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...

issue: planned :watch:
type: refactor :twisted_rightwards_arrows:
area: cli :computer:
topic: exceptions rework :bangbang:

Alternative to juggling `--thresh`. Probably should also be added to `Inventory.suggest` itself.

type: enhancement :sparkles:
issue: maybe :thinking:
area: cli :computer:
area: api :robot:
meta: yagni :no_good:
function: suggest 🫴

May or may not always be desirable. Probably best to toggle via a new CLI flag.

future
maybe
cmdline

Might be a better forum. E.g., #213, #216, #148, #132, #35, #19

type: maintenance :wrench:
issue: maybe :thinking:
area: meta :brain:

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.

type: question :grey_question:
area: api :robot:
topic: performance :racing_car:

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,...

type: enhancement :sparkles:
issue: planned :watch:
area: api :robot:
function: suggest 🫴
topic: suggest scorer plugins :bar_chart: