-
Implement user authentication in the Node.js and Express.js backend using Passport.js, with added validation for password strength. The system will handle user registration and login while ensuring th…
-
While trying to compile using the OpenZeppelin openzeppelin-foundry-upgrades plugin alongside MC, the following error is encountered:
```
[FAIL. Reason: setup failed: revert: Failed to run upgrade…
-
The validation button uses a separate validation state even though we currently have validation at the Yup layer. We should remove the separate validation state and just use the form state since we ca…
-
Since we are targeting students, we are going to give them the option to verify their .edu email. You're going to have to use nodemailer.
Tasks
- [x] Add a boolean eduVerified field to the User …
-
JS is maintained more frequently than other platforms, so running JS tests will give a better estimate if the client integrates with the new server version. [Slack conversation](https://walletconnect.…
-
# Provide required information needed to triage your issue
Manifest XML fails validation after adding AppDomains.
This is a continuation of https://github.com/OfficeDev/office-js/issues/4858
…
-
### Clear and concise description of the problem
When a js file has a syntax error, the logs only indicate that it failed to parse but not where.
```
FAIL test/suite.test.js [ test/suite.test…
-
### Overview
Change hacker account's birthdate field to age field. Currently, there is a function to calculate age from birthdate (updates automatically?), I will comment this out. Does changing th…
-
### Describe the bug
When setting up a calculation field with a radio buttons field and number field (conditional by the radio buttons field), the browser console shows up a JS error
`calculations.j…
-
Hey,
I've recently started using Svix to handle Clerk webhooks. For this, I tried adding the svix JS package to my Astro project to validate webhook signatures. Unfortunately, this ended up *doubling…