Sławomir Rosiek
Sławomir Rosiek
+1. This is especially required when using custom node provider for displaying eg. unread messages for current user
Any idea which version to use if I face this error and also https://github.com/Azure/autorest/issues/3492?
Yoroi doesn't follow CIP-30 standard. Here is one issue that was not answered for month: https://github.com/Emurgo/yoroi-frontend/issues/2708
Does anybody have any success with that?
Any chances to have it soon? I can create PR that fix it - there is correct Regex: https://github.com/jquery-validation/jquery-validation/blob/a9c20ec280ce3a968abbca5611dcd63f412b5d34/src/core.js#L1408
@mvriel Have you managed to implement this functionality. Are there any chances to make PR for that?
Eventually I found that this problem was caused by using OAuth2 authentication and there was no trust defined for device. I had to analyse code to figure it out so...
Actually in my case facts are correct but OpenAI ignores them completely.
It would be nice to keep all containers running after stopping app but also stop them if someone close solution/visual studio and load another project. This might optimize resource usage...
Actually I found that setting such variables in keycloak makes it work: ```csharp .WithEnvironment("KC_HOSTNAME", "localhost") .WithEnvironment("KC_HOSTNAME_BACKCHANNEL_DYNAMIC","true") ``` I wonder which way is better