myrmidex
  • Joined on 2026-02-08
myrmidex created branch main in anagram-finder/web 2026-08-22 23:50:53 +02:00
myrmidex pushed tag v0.1.0 to anagram-finder/tui 2026-08-22 22:43:27 +02:00
myrmidex pushed to main at anagram-finder/tui 2026-08-22 22:43:02 +02:00
ccf0506585 never mind minLength if --top enabled + delete obsolete files
myrmidex pushed to main at anagram-finder/tui 2026-08-22 22:39:55 +02:00
5e1da51506 Use symfony console to handle input
12bd79396f Use laravel prompts for the questions
Compare 2 commits »
myrmidex created branch main in anagram-finder/tui 2026-08-22 20:01:10 +02:00
myrmidex pushed to main at anagram-finder/tui 2026-08-22 20:01:10 +02:00
bdf707c296 fix namespacing
699279888a Replace local matcher with core package
47141cf4c0 extract word matching
bc99731e62 small prototype
myrmidex pushed tag v0.1.0 to anagram-finder/core 2026-08-22 19:51:47 +02:00
myrmidex pushed to main at anagram-finder/core 2026-08-22 19:50:53 +02:00
4b8ce74729 Remove obsolete autoload
ea6b55e0c9 Repair broken tests due to namespace change
3609b86eda Update composer file
10ec71b76a Add dictionary link
961c060309 Clean up obsolete files
myrmidex created branch main in anagram-finder/core 2026-08-22 19:50:52 +02:00
myrmidex created repository anagram-finder/web 2026-08-22 18:21:18 +02:00
myrmidex created repository anagram-finder/tui 2026-08-22 18:21:11 +02:00
myrmidex created repository anagram-finder/core 2026-08-22 18:21:00 +02:00
myrmidex deleted branch 55-add-browser-test-for-registration from lvl0/dishplanner 2026-08-21 00:11:02 +02:00
myrmidex closed issue lvl0/dishplanner#55 2026-08-21 00:11:00 +02:00
Add browser test for registration
myrmidex pushed to release/v0.9.0 at lvl0/dishplanner 2026-08-21 00:10:59 +02:00
a84296ae29 Merge pull request '55 - Add browser test for registration' (#62) from 55-add-browser-test-for-registration into release/v0.9.0
7b14aa240c Merge branch 'release/v0.9.0' into 55-add-browser-test-for-registration
b048aca93b 55 - Add browser test for registration
Compare 3 commits »
myrmidex merged pull request lvl0/dishplanner#62 2026-08-21 00:10:57 +02:00
55 - Add browser test for registration
myrmidex opened issue lvl0/dishplanner#63 2026-08-21 00:08:34 +02:00
Deflake ScheduleGeneratorTest — unseeded random dish selection
myrmidex pushed to 55-add-browser-test-for-registration at lvl0/dishplanner 2026-08-20 23:44:35 +02:00
7b14aa240c Merge branch 'release/v0.9.0' into 55-add-browser-test-for-registration
9054c25d0e 55 - Move the dev image to Debian so Playwright can run
Compare 2 commits »
myrmidex commented on pull request lvl0/dishplanner#62 2026-08-20 23:43:54 +02:00
55 - Add browser test for registration

Update — CI is green, browser tests have now actually run.

The PR body's caveat that these tests "have never been executed" is no longer true. CI Run #26 succeeded (2m12s) on this…

myrmidex created pull request lvl0/dishplanner#62 2026-08-20 23:39:10 +02:00
WIP: 55 - Add browser test for registration