sqlpxc
sqlpxc
我尝试在mini_electron中加载一个live2d的示例程序,但是貌似并不能成功加载live2d.js 测试系统为win10 以下是我测试时使用的代码 [app.zip](https://github.com/weolar/miniblink49/files/4462944/app.zip) 还有一个小建议不知道能不能改一下,就是在mini_electron中,官方的示例有一条代码为`app.whenReady().then(createWindow)`,在mini_electron中并不能运行,能不能修改一下,比如自动把这个解析为`app.on('ready',createWindow)`就不至于非常多的electron软件无法运行
fixed v83x build
I recently tried to develop in wsl2, but no matter what, I couldn't get it to work, `eglInitialize() failed` So I searched for the cause of the error, and found...
# Which issue does this PR close? Closes #. # Rationale for this change Add tests for creating nested directories to improve code robustness. https://github.com/apache/opendal/pull/6321 # What changes are included...