Skip to content
View aolyang's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report aolyang

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
aolyang/README.md

👋 Hi, I'm currently building somthing interesting.

WYSIWYG editor REPO (WIPING)

I will coming back to this repo soon.

light mode dark mode
image image

AI Code Reviewer REPO

used cloudflare workder AI/KV and Github WebHooks (commit events). Deploy doc and dev doc are completed.
Get into REPO to see details.

unauthorized authorized update prompts Api DOC example
image image image image image

Basketball game REPO

A game demo help with Trae & AI.
Complete dev logs with AI in FeiShu

main page game page (with debug helper)
image image

My personal ESLint Config package REPO

// eslint.config.mjs for react project
import globals from "globals"

import { combine, combineGlobals, ignores } from "@aolyang/eslint-config"
import react from "@aolyang/eslint-config/react"
import stylistic from "@aolyang/eslint-config/stylistic"

export default combine(
    combineGlobals(
        globals.browser,
        globals.node
    ),
    react(),
    stylistic(),
    { ignores }
)

Pinned Loading

  1. tiptiz/editor Public

    HTML5 & Email friendly WYSIWYG rich text editor by Tiptap & web comonents (WIP)

    HTML 26 1

  2. cloudflare-deepseek-code-reviewer Public

    Code review/completion using Cloudflare Workers (AI & Octockit)

    TypeScript 12 2

  3. eslint-config Public

    personal eslint parser preconfigs

    TypeScript 1

  4. ranges-selection Public

    a range selection helper for infinite virtual list/grid table

    TypeScript