PlatonAI

Results 16 comments of PlatonAI

There is already a system property "browser.chrome.path" to specify the chrome path: val path = System.getProperty(CapabilityTypes.BROWSER_CHROME_PATH);

Pulsar-1.10.x supports external config file where the chrome path can be put in.

The last fix caused a new bug: it breaks the adjacent sibling selector (+), for example "div + p".

Fixed on 1.9.x. (No such issue on 1.10.x)

Also see: https://issues.sonatype.org/browse/OSSRH-62275 > The plugin operation for closing the staging repo kept timing out so we manually closed and released the staging repo from the browser. Not sure what's...

Guess it's caused by proxy settings.

The SQL looks correct. But I need more information to find out what happened. You can check your log for more information, if you can not resolve the problem yourself,...

Just check all-modules, or run bin/build-run.sh without testing, or run bin/build.sh with testing.

Re-throw from the catch clause. return try { readAvro(path) } catch (e: AvroRuntimeException) { logger.warn("Failed to read avro file from $path, the file might be corrupted, delete it", e) Files.deleteIfExists(path)...