Victor Nyberg
Victor Nyberg
I could potentially help out with this. I see Playwright is already used. **Suggestion** - Protocol driven approach (tests agnostic to underlying framework) - Example app written in each framework...
Fixed this. Refer to this comment: [https://github.com/JPfeP/AddRoutes/issues/22#issuecomment-2524747350](https://github.com/JPfeP/AddRoutes/issues/22#issuecomment-2524747350)
Fixed this. Please refer to [this comment](https://github.com/JPfeP/AddRoutes/issues/24#issuecomment-2524746382).
I was getting the same error as @hannesa2 on mac silicone. The issue is that the AddRoutes plugin comes with a rtmidi folder in the zip file so even if...
I forked the repo to fix it and work with the new Blender add-on specifications. I've created a PR to have the changes merged into this repo but until then...
Couple of comments / questions from my initial review: - Should the eventStream when snapshot=true emit.end() after all events have been iterated over? When it didn't the test would have...
After discussion with @schickling I've started focusing on defining a test plan for different scenarios that might occur. A starting point for this can be found in [events-test-plan.md](https://github.com/slashv/livestore/blob/fix-513-event-streaming/docs/events-test-plan.md). In order...