Florian Levis

Results 23 comments of Florian Levis

Hi @walioul, `SlideUp` "wrap" your view and apply animations, translations. It doesn't know about the other views. As you can see in example or readme ([README.md#advanced-example](https://github.com/mancj/SlideUp-Android/blob/master/README.md#advanced-example )), you can setup...

@odolbeau I've created PR#586 to address this issue. Could you try it?

In the current version (v7), I don't see any issue; Class and properties are normalized to avoid any issue with PHP; but `Normalizers` and `Denormalizers` generated classes use the original...

I understand it for the stream. But I don't understand the issue with the `ArrayPool`. Could you explain? Thanks

Well, I can only point you to some articles that talk about it. - https://docs.microsoft.com/en-us/aspnet/core/performance/performance-best-practices?view=aspnetcore-6.0#minimize-large-object-allocations - https://adamsitnik.com/Array-Pool/ - https://blog.randes.me/avoiding-array-pitfalls-in-c-net/ - https://endjin.com/blog/2020/09/arraypool-vs-memorypool-minimizing-allocations-ais-dotnet Like I said, I'm not an expert at all....

About checksum, looking at : https://github.com/minio/minio-dotnet/blob/76bb291246472c16f0dee9eedc1698a2327d9185/Minio/V4Authenticator.cs#L248 [Calculation on stream is possible](https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.hashalgorithm.computehash?view=net-6.0#system-security-cryptography-hashalgorithm-computehash(system-io-stream))

Satis rely on Composer class to generate the name: `\Composer\Package\Archiver\ArchiveManager::getPackageFilename(PackageInterface $package))`

> Do you have a sample of your react oidc configuration ? Nothing particular I guess: ``` const oidcConfig = { client_id: "myclientid", redirect_uri: window.location.origin + "/authentication/callback", scope: ["i","require","all","scopes"], authority:...

Sure @guillaume-chervet ; will test asap. Sorry for the delay. > do you have somewhere in keycloak a token lifetime to configure? It seems so. I'm not an expert. Below...