Skip to content
View JaySon-Huang's full-sized avatar
🤔
🤔
  • PingCAP
  • CN
Block or Report

Block or report JaySon-Huang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JaySon-Huang/README.md

Hi there 👋

  • 🔭 I’m currently working on PingCAP/tiflash
  • 🌱 I’m currently learning cloud-native, database

Let's make the world a litter more beautiful.

Jokes Card

Pinned

  1. pingcap/tiflash pingcap/tiflash Public

    The analytical engine for TiDB and TiDB Cloud. Try free: https://tidbcloud.com/free-trial

    C++ 931 410

  2. tiflash-ctl tiflash-ctl Public

    This is a prototype for TiFlash Controller - a command line tool for TiFlash Server

    Go 4 2

  3. Get VSCode CodeLLDB plugin work on C... Get VSCode CodeLLDB plugin work on CentOS 7
    1
    I want to debug with CodeLLDB on CentOS 7, but get an error like this:
    2
    
                  
    3
    ```
    4
    /home/xxx/.vscode/extensions/vadimcn.vscode-lldb-1.6.1/adapter/codelldb: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /home/xxx/.vscode/extensions/vadimcn.vscode-lldb-1.6.1/adapter/codelldb)
    5
    ```