Dmytro Tiapukhin
Dmytro Tiapukhin
## Describe the bug **Node.js version:** v20.11.0 **OS version:** macOS Sonoma 14.2.1 **Description:** When trying to attach 2 cat images (7mb and 560kb) node throws "write EPIPE" error. The list...
### Describe what you want Currently, `$default($defaultFn)` and `$onUpdate()` don't have access to their adjacent insert/update values. This would be useful for generating values based on other columns. Example: ```TypeScript...
## Feature request ### What are you trying to achieve? I have a bulk of small images which I `.trim()` to zoom into the actual content. Later on, I run...
Hi! Currently, there's a way to define a factory for an async provider, e.g. ```typescript ClsModule.forFeatureAsync({ provide: MCP_CLIENT_TOKEN, strict: true, inject: [McpClientConfig, CLS_REQ], useFactory: async (config: McpClientConfig, req: Request) =>...