Harry Lewis

Results 16 comments of Harry Lewis

Is there a workaround for now, for importing an identity ??

@shanedk How would you scan a QR code on your laptop screen using your laptop? From a desktop machine youd probably click on it, which would open the `sqrl://` link...

It would be nice to be able to do this without having to re-implement/copy+paste the guts of `AccessTokenTrait::convertToJWT()` completely. How about if we added the following method to `AccessTokenTrait`: ```php...

@zploited the only way is by extending the class(es) (and binding your implementation(s) in your dependency container if you use one)

I appear to also be getting PREG_JIT_STACKLIMIT_ERROR on PHP 7.0 Edit: Still getting it intermittently on 7.0, 7.1 and 7.2, which are each running PCRE_VERSION `8.41 2017-07-05`, even with `pcre.jit=0`.

@Sephster So i was disabling pcre.jit with ini_set in my application bootstrapping- ini_get('pcre.jit') at the point the error occurs was returning 0, so i was under the impression it was...

Sounds great- id have to get into the package a little more and see how casters work with var dumper. But happy to contribute something if I can!

I recently ran into this issue where JSON_INVALID_UTF8_SUBSTITUTE is silently ignored. That's 30 minutes of my life im never getting back! So, i just updated all the calls to: `json_encode($data,...

Hi Vikas, i've got 52 project directories there. The latest additions were `blesta_virtualizor/` and `provision-provider-software-licenses-enhance/`. My resolution was adding a .conf file under cfg/nginx-stable/ which set `server_names_hash_bucket_size 128;`.

Yep - this issue isn't to try and get support, I was suggesting enhancement to the troubleshooting page of the docs. If you don't think that's within scope for that...