Jeff Chiang
Jeff Chiang
**Checklist** - [x] My code is properly formatted using the latest [black](https://github.com/psf/black) - [x] I have added/updated [tests](https://github.com/hedythedev/starcli/tree/main/tests) if needed - [x] I have tried running my code manually -...
Add a basic search widget for a better user experience. Why? Currently, the index list is hard to use. In other words, it's useless when without searchability.
I hereby agree to the terms of the [GreptimeDB CLA](https://github.com/GreptimeTeam/.github/blob/main/CLA.md). ## Refer to a related PR or issue link (optional) - #3710 ## What's changed and what's your intention? -...
I've installed LLVM's clang on my machine and it has higher priority than Apple's clang in shell's PATH. When I run `make` it would produce following errors: ``` clang src/skhd.c...
## My build environment - OS: macOS 13.5 - XCode version: 15.2 - openFrameworks at git commit in master branch: 7f37e70 - projectGenerator.app: copied from the nightly release https://github.com/openframeworks/openFrameworks/releases/download/nightly/of_v20240518_osx_release.zip -...