SamPeng87

Results 8 issues of SamPeng87

Compile Error runtime/cgo: pthread_create failed: Resource temporarily unavailable SIGABRT: abort PC=0x7f592bf8df47 m=5 sigcode=18446744073709551610 goroutine 0 [idle]: runtime: unknown pc 0x7f592bf8df47 stack: frame={sp:0x7f58e7ffe7e0, fp:0x0} stack=[0x7f58dffff288,0x7f58e7ffee88) 00007f58e7ffe6e0: 0000000000000000 00007f592c342c58 00007f58e7ffe6f0: 00007f58e7ffea90 00007f592c57675a...

按cmd+L。一般的习惯是结果放大,这个workflow是查询语句放大。翻译大段语句的时候就会很不好用

我尝试做一些功能开发。本地测试发现go vet 会报错,虽然我的本地版本是go 1.9.但我认为这个报错应该解决。但我不知道从哪里下手。 ``` pkg/notify/notifier/token.go:46:12: assignment copies lock value to t: (github.com/kubesphere/notification-manager/pkg/notify/notifier.token, bool) contains github.com/kubesphere/notification-manager/pkg/notify/notifier.token contains sync.Mutex ``` 我看见token里面确实有mutex对象。这个对象在赋值的时候会对mutex进行拷贝。这段代码在2020年开发的,当时的版本应该go vet没检查到。现在最新的可能已经检查到这个bug了。

or running in any node.don't need install in all node

https://gcovr.com/en/7.0/output/jacoco.html# because I want use that format import to our ide(clion)

feature request

If I add 2-3 sources like code. ```rust let config = Config::builder() .add_source(File::from_str(CONFIG_DATA, config::FileFormat::Toml))//source1 .add_source( //source2 config::Environment::with_prefix(APP_NAME.to_uppercase().as_str()) .try_parsing(true) .separator("_") .list_separator(","), ); let res = config.add_source(File::with_name(config_path.to_str().expect("Failed to convert path to string")))source3...

**Describe the problem** First, I have a routeros as the main router. The main configuration features are as follows: * Hairpinning NAT, because the STUN domain needs to be accessed...

triage-needed

first I opened json feature,I don't know whether there is an effect error info ```text First argument for function 'arrayElement' must be array, got 'JSON' instead: In scope SELECT Timestamp...

bug