Codey Oxley
Codey Oxley
Yeah and the status messages for as each host begins and ends and the exceptions when errors happen. When using start() at least. Haven't tried with quickstart.
@JazzyPierrot: Looks like `closestmatch` normalizes all entries to lowercase. So you can work around by sanitizing your input the same way.
@schollz: Any input here? I'm also a bit confused on how best to tweak this. The unittests have `[]int{4}`, `[]int{5}` but don't expand on what variable that's controlling. I'll dig...
Looks like for each "sentence", the bagsizes control the size of sub-string chunks. ``` // "foo bar baz" @ []int{1,5} []string{"f", "o", "o", " ", "b", "a", "r", " ",...
FWIW my last team and I hacked on an internal asciinema and ES worked quite well but then again that infrastructure was already in place.
Yikes. I may be up for tackling some of this tomorrow, it's pretty long overdue. Fortunately once it's done, it'll make Trigger much friendlier to approach from the outside. Pretty...
@jathanism: Do we still need the metadata (author, mnt, etc) at the header of several individual modules? They're all varying degrees of inaccurate, with one saying version 1.5.7? I vote...
Man, some of these functions in twister take crazy long arg lists...
Moving to Py 3.5+ would give type annotations which would greatly help catching errors via mypy. ;)