Artem S
Artem S
Getting error log: ```node_modules/preact-material-components/Base/MaterialComponent.d.ts(10,105): error TS2503: Cannot find namespace 'JSX'. node_modules/preact-material-components/Button/index.d.ts(18,41): error TS2503: Cannot find namespace 'JSX'. node_modules/preact-material-components/Button/index.d.ts(22,40): error TS2503: Cannot find namespace 'JSX'. node_modules/preact-material-components/FormField/index.d.ts(2,42): error TS2503: Cannot find namespace...
Hey, I've been working on /order endpoint, wanted to share a draft with you. Implemented `order/submit` and `order/cancel` in the #13 draft
### Issue Current bitbucket lib is not supporting authorization strategies for OAuth. ### What I have done? I have implemented main OAuth2 authorization methods to retrieve ```access_token```. It's a draft...
## What does this PR do? Adds Snappy compression adapter ## Test Plan Added 2 tests for Snappy compression similarly to ZSTD, both passed tests - [x] `testCreateBucketFileSnappyCompression` - [x]...
- **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) Renames Nodemailer integration to more user-friendly "Custom SMTP" integration. - **Why was this change needed?**...
### 🔖 Feature description Create non-branded, "_library-agnostic_" "Custom SMTP" provider to the integrations store. ### 🎤 Why is this feature needed ? This can help users who are not familiar...
### 📜 Description 1. Nodemailer has a `Sender name` field in UI, even though it's not used in https://github.com/novuhq/novu/blob/2ee01b8c97d77b9f3295e46720385c137a0bfd57/providers/nodemailer/src/lib/nodemailer.provider.ts  2. Secure field is a textfield, therefore not intuitive, user...
Resolves [#4371](https://github.com/appwrite/appwrite/issues/4371#issuecomment-1274262654)
### Bug description Open https://apps.apple.com/app/id1523054563?mt=8 with puppeteer ```typescript const handlePageDialog = (dialog: Dialog): void => { void dialog.dismiss(); }; page.on('dialog', handlePageDialog); ``` Dismiss doesn't work in this case as it...