Skip to content

Instantly share code, notes, and snippets.

View fxstein's full-sized avatar
:electron:
Energy system AI

fxstein

:electron:
Energy system AI
  • Austria
  • 20:54 (UTC +01:00)
View GitHub Profile
@fxstein
fxstein / TODO-current.md
Created January 28, 2026 00:16
ai-todo bug repro: TODO.md current + prior

Project ToDo List

⚠️ IMPORTANT: This file should ONLY be edited through the todo.ai script!

Tasks

  • #103 Joke task 5: Misaligned box error #joke #test

    Invent a playful error message for a misaligned box.

  • #102 Joke task 4: Linting ASCII art #joke #test

@fxstein
fxstein / release.yml
Created October 25, 2022 19:36
Github Action to calculate sha256 for release tarball
# https://github.com/fxstein/GoProX
# .github/workflows/release.yml - Automatic creation of sha256 for release tarball
name: goprox release action
run-name: ${{ github.actor }} is publishing release ${{ github.ref_name }}
on:
release:
types: [published]
jobs:
sha256: