aristotelos

Results 10 comments of aristotelos

Thanks for that guidance. I had a look at Kafka already, and I agree that would be good fit for my purposes. I just was considering other options as well....

I would say with that text someone can argue for URL equality as well as for string equality - or actually better. The OpenID Connect specification does not tell us...

Experiencing the same problem on `"chai": "^4.3.10"` with `chai/register-should`. Both `import 'chai/register-should';` and `"require": ["ts-node/register", "chai/register-should"]` in Mocha configuration do not work. However, using `"require": ["ts-node/register", "chai/register-should.js"]` in Mocha configuration...

I have experienced a problem with FindAll too that it not always traverses the whole tree. A workaround for me was to first get a direct child, then get the...

Same here! I switched to `mcr.microsoft.com/mssql/server:2019-latest` to work around it. I am using `MSSQL_PID: "Developer"` and `ACCEPT_EULA: "Y"`.

As this issue has been closed, can https://github.com/ansible-collections/ansible.windows/issues/96 be reopened?

I have experienced a problem with FindAll too that it not always traverses the whole tree. A workaround for me was to first get a direct child, then get the...

Yes, it's in the NativeElement.FindAll call called from UIA3FrameworkAutomationElement.FindAll: ![image](https://github.com/FlaUI/FlaUI/assets/2814758/34d5f05a-bb83-4b0b-a791-335a25a08fb9)

This may be a bug in the Windows UIA3 implementation itself, so that it is impossible to fix in FlaUI. I found the same issue exists in WinAppDriver and the...