Bascy
Bascy
Please adhere to versioning standards and increase major version number to 2.x.x (also in `library,properties`) on releasing this
Same problem here
Same here, with the same stacktrace as SourceZh posted Restarting vscode doesnt help
I ran into this same problem, solution is to create a yml with the same name in your default branch. Apparently the action only checks the default branch of the...
I've managed to recreated a simple example demonstrating the problem. It seems that the missing include is reported when other errors are present Schema: ``` nodes: map(include('node'), key=str(), required=False) ---...
Any news on this issue?
Might this have to do with running out of memory when using indefinity scan because `m_scanResults.m_advertisedDevicesVector` and `duplicatesCache` keeps growing? I have posted a pull request to fix this: #480...
We are using a scan with a `scanDuration == 0` and see a steady decline in available memory. We thought we had solved it by setting `maxResults == 0` and...
It turns out that i'm getting a lot of advertisements (of for me unknown devices) which are added to the scanResult m_advertisedDevicesVector but for which the callback method is never...