Morgan Bennet

Results 9 comments of Morgan Bennet

Ran into this warning and wanted to share my confusion with it. My confusion stems from the fact that this warning seems to be triggered inconsistently. Example of this ```rust...

@albertisfu Assigning you because I have no idea what's going on with the failing tests. They don't appear to be code I've touched. When I try running tests locally (even...

Running with `--failfast` and without `--keepdb` locally consistently had the simple pages tests failing because the ES status page was returning 500.

@albertisfu Replied to your comments. Everything should be good for you to take this over.

@albertisfu Created an issue in Juriscraper to move the email logic ([#1712](https://github.com/freelawproject/juriscraper/issues/1712)) and assigned it to myself.

Blocked on [#1716](https://github.com/freelawproject/juriscraper/pull/1716)

Here's a proposal for mapping of data from [juriscraper#1700](https://github.com/freelawproject/juriscraper/pull/1700) to CL. Common | juriscraper | CL | |--------------------|------------------------| | `court_id` | `Court` | | `docket_number` | `Docket.docket_number` | | `date_filed`...

## Remarks, Disposition, and Description After further thought and investigation, my initial assertion that a new model was needed to handle these fields was incorrect. The "Description" field of appellate...

@albertisfu @mlissner I've drafted a proposed schema for the two new models. Let me know what you think. ## `TexasDocketEntry(AbstractDateTimeModel, CSVExportMixin)` ### `docket` **Description** The `Docket` this entry is associated...