smiley

Results 26 comments of smiley

You were running an example from `dev-main` (which already has the above fix implemented) with a release version, probably v5.x. Mix-and-match between major versions and the dev branch doesn't work,...

Hi, why did you ignore the issue template? Please provide a proper description and reasons/use cases why this should be a feature, otherwise I'll close this issue. https://php-qrcode.readthedocs.io/en/main/Appendix/Contribute.html

Ok thanks, that gives a rough idea. I guess the easiest way would be to get the coordinates of the finder patterns over here: https://github.com/chillerlan/php-qrcode/blob/b915a1ec58978857cd278cd3eda947b8c388422b/src/Detector/Detector.php#L39-L40 However, these values are already...

Hey that looks great! > Didn't make a pull request though. I'm not sure if this code is up to par with your standards... No worries, a PR is for...

While using WinAuth to verify my own code, i've just noticed an off-by-one error for counter based codes, which may be the answer to this issue. (Edit: but then again,...

https://github.com/codemasher/php-authenticator/blob/master/tests/AuthenticatorTest.php#L233-L322

Hey! Thank you for the PR! I'm going to add some thoughts to the files - no worries, I don't bite :) 2 things kept me thinking: - What's the...

first proof of concept: http://gw2wbot.darthmaim.de/smiley/test/wvw-gmaps.html

More ideas regarding wvw (well, not really my ideas, millenium.org has something similar already): - live map with the most recent stats as above - timeline for the current match...

The events should be cached in the database anyway, so the API switch should be only a few bot/backend changes. See also: https://github.com/codemasher/gw2-database/blob/master/cli/event_update.php