Hugo Nijhuis HugoNijhuis
  • Joined on 2025-12-29
HugoNijhuis closed issue flowmade-one/iris#7 2026-01-09 16:35:34 +00:00
Auth-protected app example
HugoNijhuis merged pull request flowmade-one/iris#20 2026-01-09 16:35:33 +00:00
[Issue #7] Auth-protected app example
HugoNijhuis commented on pull request flowmade-one/iris#20 2026-01-09 16:35:29 +00:00
[Issue #7] Auth-protected app example

Code Review - Approved

Comprehensive OIDC authentication example with login/logout flow, protected routes, and token handling.

Highlights

  • Well-documented package comment explaining…
HugoNijhuis pushed to issue-4-snapshotstore-tests at flowmade-one/aether 2026-01-09 16:34:27 +00:00
185c645238 Merge main and address review feedback
032fda41ce Add comprehensive unit tests for InMemoryEventStore
Compare 2 commits »
HugoNijhuis pushed to main at flowmade-one/iris 2026-01-09 16:34:18 +00:00
7393778453 Remove unused responseWriter struct
89efc9b41d Add hot reload for development
Compare 2 commits »
HugoNijhuis merged pull request flowmade-one/iris#19 2026-01-09 16:34:16 +00:00
[Issue #9] Hot reload for development
HugoNijhuis closed issue flowmade-one/iris#9 2026-01-09 16:34:16 +00:00
Hot reload for development
HugoNijhuis commented on pull request flowmade-one/iris#19 2026-01-09 16:34:12 +00:00
[Issue #9] Hot reload for development

Code Review - Approved

Excellent hot reload feature with clean architecture and good test coverage.

Highlights

  • Clean separation: Watcher, Builder, LiveReload, Inject, DevServer -…
HugoNijhuis pushed to main at flowmade-one/architecture 2026-01-09 16:33:25 +00:00
3afe930a27 Refactor spawn-issues as orchestrator
HugoNijhuis pushed to main at flowmade-one/iris 2026-01-09 16:29:59 +00:00
9642fd008e Remove internal package import from todo example
505fa0f84a Add todo list example
Compare 2 commits »
HugoNijhuis closed issue flowmade-one/iris#5 2026-01-09 16:29:58 +00:00
Todo list example
HugoNijhuis merged pull request flowmade-one/iris#16 2026-01-09 16:29:58 +00:00
[Issue #5] Todo list example
HugoNijhuis commented on pull request flowmade-one/iris#16 2026-01-09 16:29:53 +00:00
[Issue #5] Todo list example

Code Review - Approved

Comprehensive todo list example demonstrating reactive list management, component composition, and event handling.

Highlights

  • Clean component composition pattern…
HugoNijhuis pushed to main at flowmade-one/aether 2026-01-09 16:29:34 +00:00
032fda41ce Add comprehensive unit tests for InMemoryEventStore
HugoNijhuis merged pull request flowmade-one/aether#32 2026-01-09 16:29:33 +00:00
[Issue #3] Add unit tests for EventStore interface implementations
HugoNijhuis commented on pull request flowmade-one/aether#32 2026-01-09 16:29:28 +00:00
[Issue #3] Add unit tests for EventStore interface implementations

Code Review - Approved

Excellent PR with comprehensive test coverage and proper thread safety implementation.

Highlights

  • 30+ well-structured tests covering all EventStore methods
  • Good…
HugoNijhuis merged pull request flowmade-one/iris#15 2026-01-09 16:28:31 +00:00
[Issue #4] Counter example
HugoNijhuis pushed to main at flowmade-one/iris 2026-01-09 16:28:31 +00:00
d3ed52e4a6 Remove accidentally committed binary
f67347688b Add decrement button to counter example
7cd276a5e5 Add counter example demonstrating signals
Compare 3 commits »
HugoNijhuis closed issue flowmade-one/iris#4 2026-01-09 16:28:31 +00:00
Counter example
HugoNijhuis commented on pull request flowmade-one/iris#15 2026-01-09 16:28:26 +00:00
[Issue #4] Counter example

Code Review - Approved

Clean, minimal example demonstrating the Iris reactive signals pattern.

Highlights

  • Proper WASM build tag
  • Clear signal creation with reactive.NewSignal(0) -…