Mark Bonicillo
Mark Bonicillo
### Description of Issue OpenLEADR merged this [PR](https://github.com/OpenLEADR/openleadr-python/pull/98) into their main branch. The PR allows the client to disable signing messages when interacting with legacy VTN's. OpenADRVenAgent uses this [monkey...
### Description of Issue Volttron is currently pinned to use the dependency, Bacpypes == 0.16.7, which is not compatible with Python3. Since Python2.7 has already been [sunset](https://www.python.org/doc/sunset-python-2/) and Volttron requires...
### Description of Issue When creating two modbus_tk drivers that have different registry and map configs but use the same IP address, only one of the drivers can successfully scrape...
### Description of Issue Volttron fails to start on Raspbian 10 because [libffi7](https://sourceware.org/libffi/) is not installed on Raspbian 10. Volttron requires cryptography, which requires ssl; and ssl requires libffi7. A...
### Description of Issue As part of the recommendations on security from the SSC team, add Checkmarx action to current CI pipeline so that we can scan for software vulnerabilities...
### Discussed in https://github.com/VOLTTRON/volttron/discussions/2925 Originally posted by **acedrew** March 15, 2022 # Introduction Based on conversations with the PNNL team, I've started this discussion to document improvements and issues with...
### Description of Issue Using the new OpenADRVenAgent as an example, provide documentation in the readthedocs to show how to use Asyncio and Gevent in an agent.
### Description of Issue When I try to run an integration test that requires a config store fixture, the test cannot create the fixture because it can't connect to the...
# Description The expected output for `test_create_aggregate_store` could vary because the [PRAGMA index_list](https://www.sqlite.org/pragma.html#pragma_index_list) statement is producing different outputs depending on what machine is being used to run the test. I...
# Description Current mongo-related dependencies prevent test from running because our setup.py installs both bson and pymongo. Doing creates an import error when running the mongoutils tests. Instead, we should...