Caleb Stewart
Caleb Stewart
Ah, just found this from a dump of `fwptypes.idl`. It's not authoritative (since I'm not sure where to officially get a copy of that file), but may shed some light?...
I apologize for losing track of this issue. It seems from the discussion, and after reading back over everything that it makes the most sense to add this documentation to...
`pam` can be configured differently based on distribution and version. The install script tries to account for the most common configurations, but is not perfect. I believe I tested this...
I have no Windows development box, but `python-Levenshtein` is not strictly required. The `sigma` used to require `fuzzywuzzy` with the `speedup` extra, which used `python-Levenshtein` because it was a natively...
You need to install the language dictionaries for enchant. They are normally packages that can be installed from `apt` called something like `myspell-[language]`. It looks like there is a `myspell-es`...
As I recall, Ctrl+H (that's what `^H` means) is backspace. It might have been some weird leftover data in the pipe from the fancy prompt updating and terminal escape sequence...
What are you running it on? E.g. Ubuntu 20.04, 16? 18? Kali? What terminal are you using (Terminator? Xterm? Etc.) What shell are you using (bash? Zsh? Ash?) What specific...
Hi, in the future, please wrap any output in three backticks like this: ```` ``` Your output goes here ``` ```` Next, please include a description of your problem. What...
The only comment I would have is we could utilize the `interval` returned by the API call in the same way the web interface does instead of waiting the maximum...
I'm also getting the localization warnings mentioned above. My best guess is it's related to the environment differences w/ `run0` which exposes little to nothing of the calling environment to...