Piper Thunstrom
Piper Thunstrom
This error came from the fact that the Resources model was using Char fields. Replacing those with URL fields and updating them in the migration forces existing objects to use...
I forgot the key in a view's dynamic context. The resulting errors: ``` 2020-05-26 08:35:14,078 statik.project ERROR Error: Failed to build project. Run Statik in verbose mode (-v) to see...
A detailed guide (with screenshots) of how to configure PyCharm to make sure intellisense works while developing an app with briefcase. Ref #1393 ## PR Checklist: - [x] All new...
### Describe the bug The sidebar on the Community page overflows its box at mid size layouts. ### Steps to reproduce 1. Go to the [Community Page](https://beeware.org/community/) 2. Resize viewport...
When I tried bootstrapping my app (brand new, empty migrations, empty database) I got a connection error as follows: `Error: Cannot connect to database: Authentication method 10 not recognized by...
As tin, we should instantiate Updater appropriately.
We'd like to make screenshots easier, so some way to pause a game in action is needed.
Right now, when one system needed another system, there's no good way to do it. As part of this issue, we should build an interface to allow this. Considerations: *...
Should mention targets.
In an effort to support relative positioning inside of #577 we're going to need to break a fundamental assumption of ppb: objects need to know the container they live in....