Hal Lee
Hal Lee
`viewport-fit` is important for designing websites for iPhones with notches, see https://webkit.org/blog/7929/designing-websites-for-iphone-x/ Usage: ```swift .viewport(.accordingToDevice, fit: .cover) ```
KeenClient v3.6.1 crashes with a blank read key, with the error `'KeenNoWriteKeyProvided', reason: 'You tried to add an event without setting a write key, please set one!` This is after...
- [x] `scheduled` post state - [ ] Service for monitoring all scheduled posts and changing them to `published` when necessary, even through server restarts
- [x] Enable / disable api endpoints - [ ] Rename endpoints - [ ] Modify Pigeon logo
Seeing some memory leaks on most routes, most likely due to db requests via `query(on: request)` which is apparently not best practice. - [ ] Implement [thread-safe controllers](https://github.com/vapor/vapor/issues/1711) - [...
https://blog.apollographql.com/improve-graphql-performance-with-automatic-persisted-queries-c31d27b8e6ea
- [ ] Button styles - [x] Typical buttons — add, cancel, delete - [ ] Content type creation buttons — big icon, title, description - [ ] Error list...
Need a nice CLI tool to aid in installation. See: https://docs.vapor.codes/3.0/console/overview/ Example implementation: https://github.com/vapor/toolbox Homebrew tap: https://github.com/vapor/homebrew-tap - [ ] Database selection - [ ] Swift dependency installation - [...