Watchful1
Watchful1
Would you be willing to make a change so that when the option is selected, and multiple entries are found, it looks to see if one matches the path? Or...
That seems to work fine for me. Where are you seeing it not work?
Ah, that's a common bug I've never been able to completely get rid of. The bot requires the exclamation point to trigger, but then it uses the first instance of...
I wouldn't mind a pull request to switch to processpoolexecuter if you put it together. The memory intensive part of the script is that it reads in a chunk of...
`single_file.py` is an example of how to implement your own script, it doesn't do anything other than count the lines. You can try the `filter_file.py` or `to_csv.py` scripts depending on...
The redarc github has a setup process listed for loading the data dumps. If you're having problems I'd recommend asking over there and not here. I've never done that before.
I only briefly looked at redarc, but you should just follow their setup guide instead of trying my scripts.
The dump files are compressed using zstandard compression. If you want to just extract them there's any number of tools that can extract zst files. But there's not much point,...
Read the redarc page. It literally tells you what to do with the zst files.
That depends on what you're trying to do. Which script did you use? Which dump files do you have?