Luís Cobucci
Luís Cobucci
Silly me... I've overlooked the generated command for infection on the matrix :facepalm: I used `vendor/bin/infection` to test, CI is using `phpdbg -qrr ./vendor/bin/roave-infection-static-analysis-plugin` Well, that would never work :rofl:
All the things I can think of are horrendous... let's release CI-action v2 :laughing:
Can you generate a private key and share it here?
> The same goes for Sha256 We need a bit more to able to say anything.
This lib simply uses OpenSSL to handle the operation, what might be happening is that the capabilities of your remote environment differ from your local one. You may use the...
@Kytrix it's kind of hard to understand what you're facing without the map of your entities... could you please send us a failing test case that reproduces that behaviour? It...
Based on the discussion in #22, I'd say it makes more sense to provide an alternative implementation instead of modifying the existing one. I'd be fine with reorganising `SapiStreamEmitter` to...
@emarref you're having these issues here because this lib [recreates the payload](https://github.com/emarref/jwt/blob/master/src/Signature/Jws.php#L36) to verify the token. And slashes won't be your only problem since JSON encoding varies a lot -...
@boesing we must consider opcache in this context. Also, when designing the new API for the caching for fastroute v2 I've thought about exposing a method for cache invalidation but...
@sutem that is the expected behaviour. You are supposed the clean up cached file and the opcache when deploying a new version.