Harris Bard Lapiroff

Results 50 issues of Harris Bard Lapiroff

`page_tree` didn't work as a decorator in my last test, which looked something like this: ```python class EmailPageTestCase(TestCase): @page_tree(PAGE_TREE) def test_no_auto_generated_header(self): pass ``` I got this traceback: ```pytb Traceback (most...

It would be great to have real documentation. Here are a few particular things that would be handy to document: - [ ] How to use `build_page_tree` with or without...

We do this automatically as part of the `page_tree` context decorator, but perhaps we should provide a lower-level utility function for doing it

#698 is a feature with potential for a lot of unforeseen issues in implementation. Let's write up a document the explores proposed architecture, UI, security concerns, etc. before we get...

enhancement
container
development

Duplicate https://github.com/freedomofpress/pressfreedomtracker.us/pull/1474 here

Following up on #411, I think it might make sense to restructure the scanner module in this repo further and maybe even make it sort of configurable. Right now the...

needs discussion

I think we can improve the weighting of search results. For example in this search, I think the third result should be the first: ![image](https://user-images.githubusercontent.com/296631/48217767-40e14d80-e356-11e8-9d6e-3c052d20d0de.png) I think we can get...

This is problematic since 1. when reverting to a previous revision, we would only want to revert content fields, not scans and 2. when the serialized version of the scan...

help wanted

We have a lot of vestigial code from a time when we thought we were going to allow SecureDrop administrators to log in to the website on their own and...

Same as https://github.com/freedomofpress/freedom.press/issues/624, but for this project.