widon1104

Results 16 issues of widon1104

```Go package main var b *int func main() { testStack() } func testStack() { var x int = 1 //b = &x println(&x) testLargeX(&x) println(&x) } func testLargeX(x *int) {...

discussion

Please answer these questions before submitting your issue. Thanks! Please download LiteIDE latest version and test before submitting your issue. Thanks! ### What version of LiteIDE are you using (LiteIDE...

Please answer these questions before submitting your issue. Thanks! Please download LiteIDE latest version and test before submitting your issue. Thanks! ### What version of LiteIDE are you using (LiteIDE...

I use ubuntu18.04 and Remarkable1.87, after I export pdf (plain), the Chinese characters in pdf file is garbled.

I read in man: Since 0.6, targetlist may also contain host names, in- stead of addresses. It's possible to use wildmask in the begginning and in the the end of...

question

不知道如何获得aid,无法下载视频

now the log like "Reporting span 38654ac2051332e4:38654ac2051332e4:0000000000000000:1" will print to stderr, how can I print this kind of log to stdout instead of stderr

code blocks is buggy and is hard to use. Can you use cmake to build this project ???? ![1](https://user-images.githubusercontent.com/12093211/188660230-9a3a29b2-127e-46cb-9144-0158ec045161.JPG) I use the latest code blocks to open this project and...

stale

The jsonrpc server is written by go: `package main import ( "net" "net/rpc" "net/rpc/jsonrpc" ) type Args struct { A, B int } type Reply struct { C int }...

### Version 0.10.3 ### Bug description ➜ Desktop chat-gpt chat-gpt: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.29' not found (required by chat-gpt) ➜ Desktop getconf GNU_LIBC_VERSION glibc 2.28 Can this software use lower glibc...

bug