David Dakhovich

Results 18 issues of David Dakhovich

### Preliminary Checks - [X] I have reviewed the documentation: https://clerk.com/docs - [X] I have searched for existing issues: https://github.com/clerk/javascript/issues - [X] I have not already reached out to Clerk...

needs-triage

Update package to work with prisma 6 ``` npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: [email protected] npm error Found: @prisma/[email protected] npm error node_modules/@prisma/client...

**Describe the bug** https://stackblitz.com/edit/dayjs-playground-fqlmkfif?file=index.js ```js dayjs('09/01/2024 0:01', [ 'YYYY-MM-DD HH:mm:ss.SSS', 'YYYY-MM-DD HH:mm:ss', 'YYYY-MM-DD HH:mm', 'DD/MM/YYYY H:mm:ss.SSS', 'DD/MM/YYYY H:mm:ss', 'DD/MM/YYYY H:mm', 'DD/MM/YYYY HH:mm:ss.SSS', 'DD/MM/YYYY HH:mm:ss', 'DD/MM/YYYY HH:mm', ]).format('DD/MM/YYYY HH:mm:ss') ``` ```console...

Error when moving from "react-router-dom" to "react-router" ``` ✘ [ERROR] Could not resolve "react-router-dom" node_modules/use-query-params/adapters/react-router-6/index.js:7:7: 7 │ } from "react-router-dom"; ```

### Checkboxes for prior research - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [X] I've searched for [previous similar...

service-api
bug
p2

### What is the problem this feature would solve? Get large datasets from the database without loading all rows into memory. Are you planning to do something like this? ###...

enhancement

### What is the type of issue? Documentation is confusing ### What is the issue? There are some conflicts between the documentation and the example app in the Fullstack Bun...

docs

Hasher generates different hashes every run for the same data. It happens in AWS Lambda with docker images: 1. public.ecr.aws/lambda/nodejs:20-arm64 2. public.ecr.aws/lambda/nodejs:22-arm64