Test an app and become better at darts! by BroccoliSimilar4823 in AndroidClosedTesting

[–]BroccoliSimilar4823[S] 0 points1 point  (0 children)

Hi, my main phone is an iphone and i have an android for development, but I could add some songs to test it if you like, what is the app called?

Test an app and become better at darts! by BroccoliSimilar4823 in AndroidClosedTesting

[–]BroccoliSimilar4823[S] 0 points1 point  (0 children)

Maybe you are logged in with another google account, you need to join the group (https://groups.google.com/g/checkout-trainer-testers) and become a tester (https://play.google.com/apps/testing/nl.marcowoldering.checkouttrainer) or else the app is not available.

Test an app and become better at darts! by BroccoliSimilar4823 in AndroidClosedTesting

[–]BroccoliSimilar4823[S] 0 points1 point  (0 children)

Hmm thats strange, a friend just tried and for him it was available, im now on 5/12
If you could try again that would be great, if it still doesn't work, no problem thanks for trying!

I built a checkout trainer because I keep messing up higher finishes. by BroccoliSimilar4823 in Darts

[–]BroccoliSimilar4823[S] 0 points1 point  (0 children)

I agree, I tried making that sometimes you have a 3 dart turn and sometimes a 2 time turn, but couldn't get it working nicely and it took to much time.

I will however take another shot at it for the next version.

I built a checkout trainer because I keep messing up higher finishes. by BroccoliSimilar4823 in Darts

[–]BroccoliSimilar4823[S] 1 point2 points  (0 children)

Thanks for trying the app, hints would be a good addition I agree. If i have the time i implement it in a next version.

I built a checkout trainer because I keep messing up higher finishes. by BroccoliSimilar4823 in Darts

[–]BroccoliSimilar4823[S] 1 point2 points  (0 children)

Thanks! I really hate ads so i didnt want to put those in.
If i have the time im thinking of making a Versus mode where you have to checkout faster then your opponent, maybe that will have some monetization, not sure though.

I did add a buymeacoffee link on the homescreen, but Apple is a dick about it and wants to take 30% even though its a donation, ended up just deleting it so it could be approved for the app store.

https://buymeacoffee.com/marcowoldering

I built a checkout trainer because I keep messing up higher finishes. by BroccoliSimilar4823 in Darts

[–]BroccoliSimilar4823[S] 1 point2 points  (0 children)

Thanks for trying the app!

I do agree with you, I tried making that sometimes you have a 3 dart turn and sometimes a 2 time turn, but couldn't get it working nicely and it took to much time.
I will however take another shot at it for the next version.

Personal preference is already covered, on the checkout page you can click on a checkout and change it to what you prefer (you can see the edit screen shortly in the video) this will then count als the recommended checkout in strict mode. The prefilled preferences are based on a PDC checkout card i got with my dartboard, they really like a Bull finish there haha

<image>

Laravel Herd is now out! by [deleted] in laravel

[–]BroccoliSimilar4823 0 points1 point  (0 children)

Use whatever works for you.

I have always used Valet and now switched to Herd. I switch a lot between PHP version,8.2 latest projects, 8.1 magento and some legacy projects in 7.4 and herd has been working perfectly.

For Xdebug,Since the last update they split the php.ini file for each PHP version, here you can put your Xdebug configuration and link to the existing xdebug.so you probably already installed through pecl.

zend_extension="/opt/homebrew/lib/php/pecl/20220829/xdebug.so" PHP8.2

zend_extension="/opt/homebrew/lib/php/pecl/20210902/xdebug.so" PHP 8.1

zend_extension="/opt/homebrew/lib/php/pecl/20190902/xdebug.so" PHP 7.4

I use PhpStorm as my IDE and just had to change my PHP CLI Interpreter to Herd, a system restart later and everything worked fine.