Andrew
Andrew
My workaround is to put something random (it can be anything) as the bucket name. The `--bucket` option will override it. For example: ```javascript // gatsby-config.js { resolve: "gatsby-plugin-s3", options:...
`selectorFamily` is actually much worse than atomFamily: it caches every input and every output for the lifetime of the app and there is no way to free this memory. Recoil...
@drarmstr I can verify that this occurs in a production build. I've been testing exclusively in production builds. Production builds disable the debug atom state history, but selectors are currently...
@AndresCanella I'm having a similar issue, but it doesn't seem to work for me on the device. I'm using a real device and XCode. Here's my code: ```source.swift Log.enable(minimumSeverity: .verbose,...