claire-peters
claire-peters
When I call textwrap, any attributes I've assigned to the text (color, font, size, etc) are removed from said text. As far as I can tell, there's currently no way...
I noticed the note on messy logic in AllocationChangeView.post() and thought I would try simplifying the method a bit. To eliminate unnecessary else statements and make it easier to follow...
We’re facing an issue in the [FASRC](https://github.com/fasrc/coldfront) fork of Coldfront that is likely shared by the UBCCR repo. The admin interface has always been a little laggy, but with the...
I refactored the xdmod plugin code to improve readability and added a small testing library for the utils module that xdmod_usage depends on.
The current use of `literal_eval` in coldfront.core.allocation.models.AllocationAttribute.clean causes the entry of a value with nonnumeric characters (e.g., "1000TB", "150%") for an AllocationAttribute with a numeric AllocationAttributeType to produce an EOF...
I originally floated the idea of adding a new config file that would serve as a central reference list for all objects that are to be automatically added to the...
We encountered some problems with the code in the [allocation_change_list](https://github.com/ubccr/coldfront/blob/d3b1da634ecef18da818adf2f3b446c44fa99b31/coldfront/core/allocation/templates/allocation/allocation_change_list.html#L52C9-L67) and [allocation_request_list](https://github.com/ubccr/coldfront/blob/d3b1da634ecef18da818adf2f3b446c44fa99b31/coldfront/core/allocation/templates/allocation/allocation_request_list.html#L56-L61) templates. When trying to click the "details" button, a malformed post request would be sent due to its...