Skip to content

Instantly share code, notes, and snippets.

View chmouel's full-sized avatar
🚀

Chmouel Boudjnah chmouel

🚀
View GitHub Profile

Title Implement GraphQL batch fetching for .tekton files

Type Feature

Description Introduce support for fetching multiple .tekton directory files using the GitHub GraphQL API instead of individual REST API calls. This change enables batching of file retrieval into a single request, reducing API usage and improving performance.

Acceptance Criteria

@fnky
fnky / ANSI.md
Last active May 30, 2026 06:47
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27