Halimao

Results 24 issues of Halimao

Is it implemented https://echarts.apache.org/en/tutorial.html#Responsive%20Mobile-End ? How can I use the "media" feature?

enhancement
pr welcome

Can we add more frequently used built-in variables like ```go // Zero constant, to make computations faster. // Zero should never be compared with == or != directly, please use...

Running `pcli init soft-kms generate` will print a seed phrase in the terminal, this is dangerous. This pr added a new option `--display-discreetly` to support displaying seed phrases discreetly on...

In the case below, ureq return "Content-Length" response header with empty value, while did return actually with browser and curl `curl -v -A fuelup https://raw.githubusercontent.com/FuelLabs/fuelup/gh-pages/channel-fuel-beta-4.toml` ```toml ureq = "2.9.1" ```...

Closes #321 This pr added support for printing private key on an alternate screen when running `cel-shed p2p new-key` ---- ## Screenshots ![image](https://github.com/celestiaorg/celestia-node/assets/25278203/7a0bbcaf-8681-46b6-9bc6-9ca0f708ca0a) ![image](https://github.com/celestiaorg/celestia-node/assets/25278203/263cd1b6-f33c-486e-b63f-ca8412357ad9)

kind:misc
external

## Summary Similar to #5886 Refer to [comment](https://github.com/algorand/go-algorand/pull/5886#issuecomment-1869202954), this pr is for `algokey import` and `algokey export`

Enhancement
external contribution

I have set `keyring:default:key1`, `keyring:default:key2` already, and can be found in windows Credential Manager. then test following code: ``` kr, err := keyring.Open(keyring.Config{ AllowedBackends: []keyring.BackendType{keyring.WinCredBackend}, }) if err != nil...

close #322 Support `fuelup toolchain export` ![image](https://github.com/FuelLabs/fuelup/assets/25278203/0d2809c5-02ea-403b-bee0-0a3ae1bb27ea) ![image](https://github.com/FuelLabs/fuelup/assets/25278203/59431ea5-e300-42ce-86b9-4c6ea977ed5c) ![image](https://github.com/FuelLabs/fuelup/assets/25278203/67e872b9-e7c2-45c2-98dc-676494e80872) ![image](https://github.com/FuelLabs/fuelup/assets/25278203/1ebbf74a-98f7-48a4-8f2f-65e0f8cfc444)

enhancement

Similar to #29813, this PR modifies all other `sync.WaitGroup` cases. 1. call `wg.Done` without `wg.Add` will cause panic. 2. `wg.Done()` is meaningless without `wg.Add` and goroutine 3. Putting `wg.Add` and...