David Hunt
David Hunt
**Describe the bug** The TokamakDemo has a seemingly innocuous view modifier attached to the `List` that is passed to the `NavigationView`: ```swift List { // ... lots of code }...
Given the following code we see a list centered in the middle of the screen until the 1st item is chosen. Once an item is chosen, the list moves to...
**Describe the bug** Adding a navigation title causes the sidebar layout causes a number of issues: - [ ] The specified title is not displayed (although maybe that's by design,...
### Describe the bug There seems to be an internal limitation as to how large the body of a non-streaming POST request can be of around 2048 bytes. When this...
This change allows the userInfo passed to render to be passed down the TemplateDateEncoder chain. This provides for the ability for Request-level information to be passed all the way into...