David Sparer
David Sparer
# Overview While testing out the [wdio-electron-service-example](https://github.com/goosewobbler/wdio-electron-service-example) project on a Windows machine I noticed that the chromedriver process was not being cleaned up after running the test suite (with `npx...
There may be a memory leak relating to the disposal of ConnectionTreeModels and their child ConnectionInfo objects.
Add support for managing version numbers within the new style of csproj. While it is possible to continue using the AssemblyInfo.cs file for managing version data with the newer project...
ConfCons files need to be updated for the rollout of the credential manager feature. ConfCons will no longer store user/domain/password data directly, but will store an ID of the credential...
*This is only relevant for credential manager work being developed under #208* If I try to add a credential repository whose file path exactly matches a credential repo already in...
The object graph for ConnectionInfo-style objects is hard to work with due to everything inheriting from AbstractConnectionInfoData. RootNodeInfo objects do not need any of the properties from AbstractConnectionInfoData, only the...