Tomáš Fejfar

Results 26 comments of Tomáš Fejfar

It's not only #163 This commit (in 2.1.0) added JWK https://github.com/TheNetworg/oauth2-azure/commit/e4f597ef1933fa7d033939386c1077319a4518b1#diff-e71d1d223a40906fdb0c32e375c67398c6f658f4c95a71dad16b855004d91fa7R359 But such class was added in v5.2.0 https://github.com/firebase/php-jwt/commit/b0def5fca80851717920a3816b5c670e6182bc2f I think such issues could be prevented by having a build...

I'll try to contribute Github Actions build that would catch this if I find the time.

The 2GB minimum does not seem sensible to me. Does really empty sqlsrv needs that much memory just to start? I understand there may be some (potentially big) performance degradation...

That's much more context, thanks. And the link provided me with much deeper understanding. My understanding was pretty much limited to "it's probably just C, so not much different from...

Currently our use case is that we need to generate user's password for Redshift (we need to supply the password when creating the user). The [Redshift's password restrictions](https://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_USER.html) is not...

Unfortunately that's not random. The resulting password will always have 3 upper letters, 4 lower, 4 digits and 2 symbols. Also I wouldn't be sure about the randomness of the...

Does not seem to be fixed for me (see https://github.com/docker/compose/issues/6343#issuecomment-1544309221).

ad 3. composer is AFAIK used for userland PHP code. This is a PHP extension. You probably mean PECL (https://pecl.php.net) - that is used to install extensions, right?