khuezy
khuezy
Hi, if I update using the latest master, the example no longer functions correctly.
Hello, I see the request for monorepos has popped up a few times but I don't think anything fruitful has come out of it. I wouldn't mind contributing but thought...
Hello, I've been getting some inconsistent deployments of my app. I'm not sure if there's some invalidation issue going on w/ the Cloudfront distributions or not. After I deploy my...
@fwang Can you clean up the spacing? I don't know if `sst` has any prettier configured so it's applying my default one.
fixes: #3022 - Refactored SsrSite to removed a lot of redundant code - Enhance `serverCachePolicy` to be `ICachePolicy` or an object of `headers, query, or cookies` string[] - Allow NextjsSite...
Hi, from the README: ``` This will subscribe to both the global and the specified market data. To build your candle data, order book and market history, etc. you will...
fixes: #166 This reduces my zipped lambda from 31MB => 10MB I investigated the use of next.config's `outputFileTracingExcludes` but that is hard to merge w/ the user's config file since...
Currently, when there's a build time error, the error logs are not useful. Task: Wrap each of the buildtime functions, eg look up nextjs version in a `try/catch` and log...
Hi! There is a major memory leak when using embedded replicas (calling client.sync and then making any query on the client). The reproduction repo is [here](https://github.com/khuezy/turso_leak) with instructions. Here is...
### What version of `drizzle-orm` are you using? 0.30.10 ### What version of `drizzle-kit` are you using? 0.21.13 ### Describe the Bug schema: ``` author: text('id') // a reference to...