Cloudbring
Cloudbring
I plan on implementing this sooner or later for an app I'm building. Please assign this to me.
# Brief description There is a typo on the [Observability Typescript Guide](https://docs.temporal.io/dev-guide/typescript/observability#accumulate-logs-for-testing-and-reporting) ➡️  ```typescript import { DefaultLogger, LogEntry } from '@temporalio/worker'; const logs: LogEntry[] = []; const logger =...
ERR_MODULE_NOT_FOUND: Missing file extensions in ES module imports break Node.js v24+ compatibility
### 🐛 **Bug Report** The `@amiceli/[email protected]` package fails to load with a module resolution error on Node.js v24+, making it completely unusable. ### **Error Message** ``` Error [ERR_MODULE_NOT_FOUND]: Cannot find...