Brandon Bayer
Brandon Bayer
## Problem Not all migrations can be declarative. For example, we need to add a custom index for performance reasons. We also need this as an escape hatch for anything...
**Description / Use Case for a Feature** As I've said before, I'm really loving tslog in Blitz apps! But there's one thing I **really** wish tslog supported, and that is...
**Describe the bug** Here's what tslog looks like in Sentry breadcrumbs with `pretty` logging:  This is captured to sentry in Node like this: ```ts } catch (error) { Sentry.captureException(error)...
I'm trying to use `buildMutation`, and it doesn't seem to be working correctly. I'm also confused by the discrepancy between docs and source. The [Amplify API docs](https://aws-amplify.github.io/docs/js/api#offline-mutations) say to do...
Self hosting blitz is easy, run `blitz build` and `blitz start`, but we don't have a page on this under our "Deploying to Production" section, so people don't know it's...
This looks like it will work perfect: https://github.com/phryneas/remark-typescript-tools