smiley
smiley
Supercedes #11 - fixes the base64 output and lets this library handle it - removes v1.x from composer.json as this is a php5 backport of v2.x (originally exclusive for the...
Hey there! I just wanted to suggest some changes to the 2FA subsystem. One of the reasons is that the dependency [`pragmarx/google2fa-qrcode`](https://github.com/antonioribeiro/google2fa-qrcode) is outdated and even seems to be abandoned...
Hey, this PR trims the whitespace from input values and explicitly checks against an empty string `''` so that falsey values may pass - the [`empty()`](https://www.php.net/manual/en/function.empty) check here would fail...
https://wiki.php.net/rfc/consistent_callables ``` function foo(callable $callable){ // ... } foo('trim'); // -> Argument 1 passed to foo() must be callable, string given foo([$obj, 'method']); // -> Argument 1 passed to foo()...
[BUG] QRCode::render() might return unexpected results when data segments were added before the call
**Describe the bug or unexpected behaviour** Version 5 introduced full support for mixed mode QR Codes by adding several segments via the methods `QRCode::addByteSegment()` [...] and then call `QRCode::render()` without...
Either using the GW2 maps API or single hi-res png maps like i had in my WvW browser. I'll put up a proof of concept soon™. 
I volounteer as long as i don't have to mess around with laravel :hurtrealbad:
Probably due to the switch to the BattleNet app. See https://www.warcrafttavern.com/wow/news/authenticator-moving-to-battle-net-app/ As a result I have disabled the related tests for now.
Under certain circumstances it can happen that the mouse look is gone after a map change has happened. ~~I can't tell yet whether this is a random issue or map...
While digging through the source i found some bits related to this enhancement, but don't seem to be fully implemented. It'd be great if we could offer fully working 3D/3rd-person...