Andrew Grangaard
Andrew Grangaard
### Describe your change: + Fixes the recursion exception bug in dpll. Removes a case where recursion is called with unmodified symbols. + Fixes recursion branch bug where both left...
Generated an epub and loaded it onto my kobo and it displayed using a gigantic font (somewhere around 90pts) with large spacing that only displayed a couple of letters per...
## What Fixes #134 - Does not create http_forward when aws_lb_target_group.default is disabled * disables aws_lb_listener.http_forward when default_target_group is not enabled * target_group is required when type is 'redirect' ##...
Reopening PR #896. > `id: Optional[int] = Field(default=None, sa_column=mapped_column('id', Integer, primary_key=True)) ` This PR adds a test with sqlmodel.orm.mapped_column working for sa_column. This test fails on current main. ``` from...