Skip to content

Instantly share code, notes, and snippets.

View chmouel's full-sized avatar
🌴
On vacation

Chmouel Boudjnah chmouel

🌴
On vacation
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.

@fnky
fnky / ANSI.md
Last active August 28, 2026 22:29
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

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