Baseult - Discord Tools

Results 3 issues of Baseult - Discord Tools

I try to start the Browser this way: options = uc.ChromeOptions() options.headless = True options.add_argument('--headless') driver = uc.Chrome(options=options) driver.get("https://login.leagueoflegends.com/?redirect_uri=https://lolesports.com/&lang=en") But it crashes saying: Traceback (most recent call last): File "C:\Users\Baseult\Documents\undetected-chromedriver-master\example\example...

I'm coming from this site: https://explorerplusplus.com/blog/2019/03/07/embedding-v8-c++-application It basically tells me to just open up the project in visual studio and compiling it in release x64. That is exactly what I'm...

I'm currently trying to use Optuna with Pruning for hyperparameter optimization with `XGBClassifier` and running into a a few issues [since the 2.1.4 version changes](https://xgboost.readthedocs.io/en/latest/changes/v2.1.0.html#breaking-changes) as it seems like? **My...

status: need update