Shiming

Results 49 issues of Shiming

hi, when I build a project which depends on notify in mac osx 10.15 , it gets below error the detail step is described here: would you please to check:...

hi, tagexpr is powerful but the examples use so many variables like `a` `b` `c` `d`, which is not meaningful. I suggest using some true scenario of any kind, say:...

my code: ```go pool := tunny.NewFunc(runtime.NumCPU(), func(i interface{}) interface{} { updateDB(i.(string)) return nil }) for scanner.Scan() { line := scanner.Text() go pool.Process(line) } } func updateDB(line string) { // updateDB...

date: 2022-03-24 branch: master commit id: ce622fef469d84ee418fa6181f3ac962412a5f4f ```bash clone repo cd repo npm install node generate-genesis.js ``` get error ```text System file updated. System reward file updated. BSCValidatorSet file updated....

你好,我希望能加个功能,加一个flag来配置剪贴板上传的图片自动以时间戳+.png命名 如果flag开启的话,自动命名类似这样: 20200130195801.png 我本来想自己改,但是我对workflow不熟,这个改起来应该不费事。picgo现在就是自动命名,我觉得好用。 自己命名有点犯难

Hi since my v0.7 is stopped for several days, current release is v0.8 but I can see there are some issues raised for v0.8. https://github.com/crypto-org-chain/cronos/issues/624 https://github.com/crypto-org-chain/cronos/issues/628 So is it safe...

## Env cronos: 0.6.5 and 0.7.0 ## Issue Can't subscribe newHead and newTxs: SubscribeNewHeads / newTxs from golang ```text dial tcp :8546: connect: connection reset by peer ws://:8546 ``` Subscribe...

hi, I just try to generate express project, and I found three blank lines generated in `app.js` (in mvc model), I think it can be removed ```js const express =...

hi, the examples you shared, the rules are in local, how can I config the rules in remote and the application dynamic load & apply the rules? as this article...

symbol & name of the token should be defined as a string, but you defined as byte32, which breaks the erc20 interface. so when I use the standard erc20 interface...