Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
c7bb1608a1
Progress towards sensible-enough numpy based querying using shared memory views rather than duplicated data.
b9ffbdee89
Created mca_stubs.py which provides record entry details (and slice objects) for the .MCA types.
e887cc791e
Removal of sqlite/sqlalchemy based approach - it is too slow to combine the results, even with in-memory database loading.
0479f1e4a8
Improved a few things, querying for multiple services now runs at a tolerable speed. Would prefer if it could be improved further, will look at pre-merging tables using sql rather than pandas.
4af56f8cd8
Draft of constructor to merge ./media files into a single HTML string object. 'theme.css' is also scanned to apply future styling. The next focus is a request handler which serves this content.