Pascal Welsch
Pascal Welsch
It would have helped me a lot if the code example would have been directly visible in the `README.md` https://github.com/wolfenrain/goose/blob/aa4440f283028bb20910c1d87f2cd0ec877f41ae/packages/goose/example/main.dart#L10-L32
It would be beneficial if migrations had explicit version identifiers (integers) rather than relying on their index/order in the list. ```dart class Migration { final int version; // E.g., 20231015...
Ich würde gerne einen Bug reporten, weiß aber nicht wo. Die Issues sind closed. Ist das Absicht? Wenn ja, wäre es toll, wenn es dazu ein offizielles Statement gibt. Ich...
Fixes #99
Sometimes I want to see the timeline of a successful app. One common way to do this is adding this line at the end of the test (or beginning) ```dart...
The spot timeline often makes multiple assertions on the same frame. This results in the same screenshot over and over again. Make sure each frame is only screenshotted once. Reuse...
https://github.com/passsy/spot/blob/214387259bb000711b1ff7ffcbcd395a2f85aba8/lib/src/act/act.dart#L349 Print the stacktrace when printing the partially reacting warning to console. It is quite hard to understand which `tap` caused the error
#### Proposal: Add a `splitAt` method to `String` extensions. This method splits a string into two parts at the specified index. #### API: ```dart List splitAt(int index); ``` #### Example:...
This is a test if codex by OpenAI is capable of actually building stuff ## Summary - add position filter to evaluate hit tests during snapshot - remove singular widget-at-position...