DevilXD

Results 346 comments of DevilXD

I could split the requirements into windows and linux ones easily, that should solve that. The probable cause is that the ICO file format is windows-specific. I've ran out of...

> It's possible to run in headless mode to dockerize app ? This belongs more to #17 rather than here, but the short answer is no, because the miner is...

The backup Chrome login currently ceased to work due to Kasada (Twitch's anti-bot protection) updating against the undetected_chromedriver. I've opened an issue regarding that here: https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/897 There's a different, old...

> ImportError: cannot import name 'CREATE_NO_WINDOW' from 'subprocess' That's my fault, it was already handled previously (https://github.com/DevilXD/TwitchDropsMiner/commit/3fdeb7354b75f7f911c2c76c09e235288c9cdbe9), but I messed up the merge commit (https://github.com/DevilXD/TwitchDropsMiner/commit/b86dd3cf804bebd6a95364608943ae634cd70435) and it got overwritten by...

Glad it works =) Can replace the Chinese characters, but there's no good replacement for emojis. In the last pic, I could theoretically just use a capital `X`, but that's...

@dethmourne I just did so today though, here's a link: https://github.com/DevilXD/TwitchDropsMiner/wiki/Setting-up-the-environment,-building-and-running It's as condensed as it can get, really couldn't make it simpler. Can't auto-install Python and Git with proper...

> you can't run .bat files in linux, though. Right. Sorry, I'm not a linux user >.> I should make a set of `.sh` files for linux then. Never did...

@sanjuant You don't need to `pip install` a 3rd party library for this, Python 3 comes with a `venv` module in it's standard library: https://docs.python.org/3/library/venv.html All you need to do...

@Juice805 The headless mode is still on the table, but not the docker image - you'd have to create that one yourself. Also please note that this project is more...

> we can't really use literals for enum- or flag-like constants, because when assigning a literal to a variable, at least in mypy the variable now has a literal type...