woestler
woestler
**Describe the bug** Sir, I need to export a Pillow image with a background (255, 255, 255, 0), I use this code to initialize the Skia to try to set...
When I created a cluster on HPC using Slurm and dask-gateway-server, I encountered a problem. My understanding of the running process is as follows: when dask-gateway-server receives the new_cluster command...
preload.js如何设置呢? ``` webPreferences: { nodeIntegration: true, contextIsolation: true, devTools: process.env.NODE_ENV !== "production", preload: path.join(rootPath, "src/main/preload.js"), }, ``` 在设置contextIsolation为true之后会报错 报错信息如下: ``` Uncaught ReferenceError: global is not defined at jsonp chunk loading:42:1...
After manually modifying the Scala version to 2.13 and the Spark version to 3.5.1, the compilation failed. I hope the repository can add support for this version.
**General Question** Failed to compile with Scala 2.13 and spark 3.5.1 我将pom中的scala版本改为2.13, spark的版本改为3.5.1,以满足我们项目的要求,但是在编译nebula-spark-connector时出错了, 错误如下: ``` [ERROR] /home/workspace/nebula-spark-connector/nebula-spark-connector_3.0/src/main/scala/com/vesoft/nebula/connector/NebulaDataSource.scala:40: error: Symbol 'type scala.package.Serializable' is missing from the classpath. [INFO] This symbol is...