Aryanna Morgan
Aryanna Morgan
It's definitely not working for me, I'm afraid. I have all options disabled except for pandora gathering itself, and opening a new node waits for me to select an item,...
There are also a couple of jobs that I still haven't added _anything_ back for, but I've been stuck in burnout (and low interest in the game) for months now....
I'm partial to the idea of an incinerator fed from the side, instead. Something done with conveyor belts, a bit like the assembler, but with visible flames maybe?
I assumed that the actual deletion mechanic would be "delete this from the world", but I thought that using a visual of fire would look cool and be relatively realistic....
Tossing in my two cents, I think that modern programs and apps tend not to use the hollow white outline theme that much. For instance, this icon fits perfectly with...
What about a max range that you can't touch, but some kind of sensor device that you place down to let the turret target enemies in some range around it?...
Same problem, but `command perl -MCPAN -e 'recompile()'` fails with `ListUtil.c: loadable library and perl binaries are mismatched (got handshake key 0xde00080, needed 0xcd00080)`.
I wound up renaming my `~/perl5` folder, installing `App::MigrateModules` via `cpan`, and using `perl-migrate-modules --from ~/perl5broken /usr/bin/perl` to fix it. Hope that helps someone else!
This is explained on the [detailed configuration settings page](https://github.com/Avnsx/fansly-downloader/wiki/Explanation-of-provided-programs-&-their-functionality#the-following-settings-are-under-the-options-category), at number 8: > `download_directory`: Determines where the downloaded files will be saved. Choose between saving them in the local folder...
Your filter implementation uses a nested loop (`crawledUrls.RemoveAll(x => _ignorePosts.Any(y => y.Id == x.PostId));`) which is inefficient. For every single post crawled, the filter will need to iterate _every_ ignored...