Andrei

Results 18 issues of Andrei

# Brief history My initial goal was to fix the error from the [`arethetypeswrong`](https://arethetypeswrong.github.io/): ![CleanShot 2024-09-03 at 10 53 07@2x](https://github.com/user-attachments/assets/ec2ce5ff-7ae2-4b6b-81fe-6bc853194959) Annoyed enough with the fix I though dropping CJS entirely...

## Issue Currently the ESM environment still resolves to CJS exports, according to [AreTheTypesWrong](https://arethetypeswrong.github.io/?p=@tabler/[email protected]): ![CleanShot 2024-09-27 at 22 04 21@2x](https://github.com/user-attachments/assets/213520fc-982b-4664-baf8-e660bd5265d2) ## Changes made I've fixed the file extensions settings in...

🔗 react package

### Before submitting a new issue - [x] I tested using the latest version of the library, as the bug might be already fixed. - [x] I tested using a...

bug
needs repro

# Description This PR upgrades the Zod dependency from version 3.x to version 4.0.5 and updates the schema definitions to use Zod v4's new `.looseObject()` method (`.passthrough` is now deprecated)...

## Summary Fixes #24422 - `S3Client.presign()` now correctly percent-encodes the `accessKeyId` in the `X-Amz-Credential` query parameter. ## Problem When using S3-compatible providers that issue access keys in the format `TENANT_ID:KEY_ID`,...

**Describe the bug** When building a React Router v7 app with Vite for production, the `@inngest/realtime` package attempts to connect to ws://localhost:8288/ instead of wss://api.inngest.com/ in production environments. **To Reproduce**...

Bug
📦 @inngest/realtime

## Summary Added a `clear` function to the `useInngestSubscription` return value that allows users to clear all accumulated message data from the internal state. This would be useful for scenarios...

**Describe the bug** When I was researching options to verify the `step.sendEvent` call is correct, the mocks using `transformCtx` proved to be impossible: the function is still running `client._send` from...

📦 @inngest/test