darkforcesjedi

Results 4 issues of darkforcesjedi

See here: https://www.reddit.com/r/pokemongodev/comments/561kdg/this_is_how_recaptcha_looks_like_ingame/ This is why scanning is failing for everyone.

production

Created a tool in the "tools" directory to visualize grids and save to JSON. No dependencies required, just open in a web browser.

Can we bind the worker threads to a specific network interface by IP address? I don't know python, but from searching online it appears you can use a SourceAddressAdapter from...

feature request

In linux.rs, the cpu_temp function (https://github.com/valpackett/systemstat/blob/f884080af45215d01be62b621674896aa8ed4e6a/src/platform/linux.rs#L723-L734) assumes that the CPU temperature is at /sys/class/thermal/thermal_zone0/temp or /sys/class/hwmon/hwmon0/temp1_input. The order of devices in /sys/class/hwmon is determined by how modules are loaded at...