Doeke Norg
Doeke Norg
I think you don't need to do much in this case. The nice part of Pest is that you can start writing your tests kinda immediately. The only thing that...
Added 2 benchmark tests. It proves that `iterator_map` indeed uses way less memory, so Yay for that. But it also shows that the `iterator_dif()` function, and therefore every other `_diff`...
I'm thinking of using `iterable` instead of `Iterator`. But the functions will always return an `Iterator`. I feel like this makes the most sense for this package. Just piping stuff...
FYI: We also needed this, so we built a trait for it you can easily `use`. https://github.com/kirra/markdown-task-lists.
We also needed this, so we built a trait for it you can easily `use`. Get your copy right here: https://github.com/kirra/markdown-task-lists.
@omarkasem for displaying purposes I find it beneficial to stay as close to gravityforms as possible. I think you should be able to use https://github.com/wp-premium/gravityforms/blob/1b322a9405fdfb00a08bcae3bb20262fed12114c/includes/fields/class-gf-field-number.php#L229 on the number field to...
@omarkasem Hey, sorry I missed the call to `get_value_entry_list`; I saw the code on my phone 😄 Still, in this case; this should be enough: ```php /** @var \GF_Field_Number $field...
Even better, just set those values in your own `phpunit.xml` :-D Thats why we removed it from the repo, and kept the .dist. Nobody got time for typing all that....
@zackkatz I looked into your issues with the CSS, but I cannot reproduce this in any browser. It all just works properly. The only way I can reproduce is to...
@zackkatz the new designs are in. - [x] Activate / Install logic works - [x] Icons are added (also for the plugins if they don't provide the icon themselves) I'm...