lijh8

Results 7 comments of lijh8

I wanted to try Apple Swift on iPad without Playground, but there's no apk package for it. I then tried going with Dock and run Swift inside it. Hope dock...

``` iSH: 1.2.3 iOS: 15.4.1, on iPhone Xs: Can't build go source code file. Is it because alpine needs: musl libc, but the go language needs: libgcc # # apk...

clangd doesn't have this issue, why you still can't fix this? llvm-vs-code-extensions.vscode-clangd ![llvm-vs-code-extensions vscode-clangd](https://user-images.githubusercontent.com/9011764/180245872-166340d1-94e4-4b57-a966-b525f28295c8.png) ms-vscode.cpptools ![ms-vscode cpptools](https://user-images.githubusercontent.com/9011764/180246028-719927ff-2f83-448b-a126-4bb4942321ec.png)

There is dark mode toggle on the whole site like go.dev, golang.google.cn. Please, both online and offline versions: $ nohup ~/go/bin/tour --http 192.168.1.2:3999 > /dev/null 2>&1 &

Yes, it is saved after delay of a few seconds. Does the formatting take too long for a file less than 200 lines?

Hi @cubbimew , i think we can have both heap space reuse and copy-and-swap. What do you think about this: ``` // https://en.cppreference.com/w/cpp/language/rule_of_three.html , T &operator=(const T &other) { auto...