fengxing
fengxing
fix build error in `rustc 1.70.0 (90c541806 2023-05-31)`
Env: docker image: paddlepaddle/paddle:2.5.1-gpu-cuda12.0-cudnn8.9-trt8.6 python: python10 In this dokcer, `pip3 install https://paddle-serving.bj.bcebos.com/test-dev/whl/paddle_serving_server-0.9.0-py3-none-any.whl` will failed by `grpcio
The MSVC (cl.exe) don't support c++ exception by default, you should pass compile argument `/EHsc` ``` cl /EHsc main.cpp ``` if use gyp build script, modify like this ``` 'configurations':...
add miss define and ignores
logx current only support 2 kind of log encoding: json and plain. can add more flexible log formatter like [logrus](https://github.com/sirupsen/logrus) for example: ```go logx.SetFormatter(&logrus.JSONFormatter{}) ``` so we can use many...
fix view m_right/m_left get bug, and add some common api
Hi, romainthomas. I test o-mvll on iOS project, it dosen't process swift file. any plan to support it?
## 实际描述 https://github.com/golang-design/go-questions/blob/main/content/interface/8-%E6%8E%A5%E5%8F%A3%E8%BD%AC%E6%8D%A2%E7%9A%84%E5%8E%9F%E7%90%86.md 原文描述 ``` r = c 这一行语句实际上是调用了 runtime.convI2I(SB) ``` ## 预期描述 实际汇编已没有调用 runtime.convI2I(SB) 这个方法,