Esteve Aguilera

Results 8 issues of Esteve Aguilera

While code images can be nice looking, will you consider a PR that replaces all (static) code images with code blocks? The code images are not consistent, they've different sizes,...

Whenever I try to generate a framed image, I get the same error: ``` Downloading frame Apple iPhone 7 Plus Jet Black [ ] Infinity/bps 1% 0.0s fs.js:154 throw new...

We add menu items dynamically, so we want to test if the menu contains an item or not without clicking on it The library already has the `openOverflow` function on...

There are a lot of methods on the project that have the same parameter but using different names. e.g, here are 3 different methods with the same parameter `@IdRes` using...

help wanted
discussion

The text `...and` is parsed as an URL while the text `..and` is not. Test to reproduce it: ```dart expectListEqual( linkify("...and", options: LinkifyOptions(looseUrl: true)), [TextElement('...and')], ); ``` Output: `Expected [LinkElement:...

It could be a good idea to give an option to add a margin on both the bedtime and wake up time. Example: ````java SleepingTime st = new SleepingTime(); st.setBedtimeMargin(1,...