Su Yang

Results 202 comments of Su Yang

@xufei 我觉得棋子属性抽象蛮赞的,给我做的话,估计偷懒就绑定两个对象到作用域顶级对象上了...

Thanks for your feedback. **It is free software, individuals and small teams don't need to pay anything.** - In view of this, I provide an online authorization file (`license file`)...

What you said makes sense, and I think maybe this step can be simplified next. The reason why users are currently required to generate authorization files by themselves, as I...

Sorry, the service was adjusted before, and this api was omitted. Later, I guessed that there was a problem with the communication between ngx-php and ngx-njs. // Because the previous...

Running cronicle in a container requires some additional adjustments, you can try this image https://github.com/soulteary/docker-cronicle more detail: https://github.com/jhuckaby/Cronicle/pull/80#issuecomment-986231283

“[Errno 21] Is a directory: '/GFPGAN.pth'”, based on this error, there should be a problem with the mapping of the model file. @thelamedia

You can check if the following steps are executed. @thelamedia 1. `mkdir` a directory which named `model` 2. download project pre-trained model, put it to `model` directory. 3. run command....

in cronicle v1 , we need patch it. maybe you can refer to this (docker dir) https://github.com/soulteary/docker-cronicle When the container starts, give the correct IP information to avoid the process...

Hi, @AskAlice . Looking at this question again at the end of 2021, the answer has actually changed a bit. You can use tinygo and wasmer-go to solve this problem....

@npchp110 The reason for this problem has been explained by the @Hywan in this issue. https://github.com/wasmerio/wasmer-go/issues/275 As for how to solve this problem, you can refer to the demo I...