Kevin Z

Results 42 issues of Kevin Z

When I using `cfind`, `cglow` or `cfindblock` e.t. The console response me like `xxxxxx %d xxxxxx` I don't think that's your want to see. **Language: ZH-CN** **Version: minecraft 1.18.1 +...

**Command: `cfindblockall`** **Arguments: *As same as `cfindblock`* ** **Do what: Find all matched block, not just the nearest one.**

Then we can shutdown it gracefully ```golang sigs := make(chan os.Signal, 1) signal.Notify(sigs, syscall.SIGHUP, syscall.SIGINT, syscall.SIGTERM, syscall.SIGQUIT) select { case

enhancement
good first issue

**Description** **Steps to reproduce the issue:** 1. Run `docker login` 2. Input your username and password **Describe the results you received:** ``` WARNING! Your password will be stored unencrypted in...

- Robotgo version (or commit ref): v1.0.0-beta5.3.0.20220731213954-a1cb2ebef2b0 - Go version: go version go1.18.2 darwin/arm64 - Gcc version: Apple clang version 13.1.6 (clang-1316.0.21.2.3) - Operating system and bit: darwin/arm64 - Resolution:...

### What OS are you using (`uname -a`, or Windows version)? Darwin Kevins-MacBook-Pro.local 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:41 PST 2021; root:xnu-8019.61.5~1/RELEASE_ARM64_T6000 arm64 ### What programming language...

scope: go
os: macos

## What problem does this solve or what need does it fill? In css, we have `calc()` expression that can auto calculate and update when value is changed _(e.g. window...

Why should we use `class`, not hard code `style`: - Dark themes are more popular now, people doesn't only like light theme. `class` can ensure people are using their perfect...

For, example, if we have the following markdown: ```markdown | F1 | F2 | F3 | | - | - | - | | 1 | 2 | 3 |...