Rebecca Nelson

Results 25 issues of Rebecca Nelson

Plugins can modify system state to override settings of other plugins. Plugin calls should be segmented to avoid this. A/C: A malicious plugin that attempts to modify the state of...

enhancement
Tech-Debt
module:plugin

Once the v0.2 epoch is complete, we will be ready to release MSA as a package on PyPI. Do the publication. A/C: Package is uploaded to PyPI with proper release...

Devops
Blocked

At the conclusion of the python conversion, there is no reason to keep the C++ codebase. A/C: All native code is removed from project, except for that which is absolutely...

Tech-Debt
Blocked

Set up proper `setup.py` for project. A/C: setup.py allows for complete installation by running `python setup.py install`, which will then add the `moe-serifu` command to the system path and allow...

Devops

Plugin framework needs to be converted to python. This will effect many systems, and architecture should be laid out beforehand. A/C: Plugin system is able to dynamically load and unload...

Python Re-write