sh1luo

Results 12 comments of sh1luo

This is because backend alway use panic to handle errors in many places

> display a country flag icon before the value Yes, like this: ![a889b68b92edb89a6fe9c40450824dc](https://user-images.githubusercontent.com/51157931/127086460-3c4ab751-ce45-433c-bfdd-3e872b69bf56.png)

```go if cap > doublecap { newcap = cap } else { if old.len < 1024 { newcap = doublecap } else { // Check 0 < newcap to detect...

My situation is the same as yours

But after I added these codes on line 136 of internal/generator/cgo.go, I would report the error of null pointer reference.as the picture shows. I have recompiled qamel after adding the...

![TIM图片20200615230932](https://user-images.githubusercontent.com/51157931/84674253-4ef94600-af5d-11ea-9701-aee0c8e9bed4.jpg) I switched to mac for compilation and it succeeded immediately! :)))))))))))))))) Originally, I thought that I would no longer support the mac platform, but it was solved, thanks for...

> Oops, closed to fast.. > > qamel build -p win64 Starting build process. > > Load config file...done > Generating vendor files...done > Removing old build files...done > Generating...

> Also, how to debug qamel application in VSCode ? I also want to know. I tried to comment out part of the code in the internel/cmd/build.go file. I thought...