Vadzim Fiadotsyeu
Vadzim Fiadotsyeu
We have no capacity to add those. We still may add them in the future if anybody in the team will write them
We have no capacity to add those. We still may add them in the future if anybody in the team will write them
CHI ports demand is handled in e03f291671e10deb37aa7d970c5548a310f6dbbf, YUN is handled in 9f96655503efb37352d3bb33d235ea6c881933e8
I can't reproduce the issue, it should've been fixed in https://github.com/cwtools/cwtools-hoi4-config/commit/98113cb1bf43812d5753f9ea937b31d3a483ce3a Please report hoi4 issues here https://github.com/cwtools/cwtools-hoi4-config/issues
1.  2.  4.  Please report hoi4 errors here https://github.com/cwtools/cwtools-hoi4-config/issues
@Thanasis09 no worries. I'm maintaining hoi4 config and decided to check if there are any relevant issues on other trackers. If you'll encounter other hoi4 problems, please report them using...
No longer actual  Please report hoi4 issues here https://github.com/cwtools/cwtools-hoi4-config/issues
Was fixed long ago Please report hoi4 issues here https://github.com/cwtools/cwtools-hoi4-config/issues
I've updated config to resolve the issue. The fix will be available in https://github.com/cwtools/cwtools-hoi4-config/pull/189 Please use https://github.com/cwtools/cwtools-hoi4-config/issues to report hoi4-related issues
> driver_path = ChromeDriverManager().install() > if driver_path: > driver_name = driver_path.split('/')[-1] > if driver_name!="chromedriver": > driver_path = "/".join(driver_path.split('/')[:-1]+["chromedriver"]) > os.chmod(driver_path, 0o755) > driver = webdriver.Chrome(service=Service(driver_path)) @pweev Thank you very much...