Patrick Gregorio

Results 11 issues of Patrick Gregorio

### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/rrweb-io/rrweb/issues) for a bug report that matches the one I want to file, without success. ### What package is this...

bug

`mobileModel` returns `iPhone` or `iPad` without the model number - expecting to get something like `iPhone 13` or `iPhone 14`, even better if I get `iPhone 13 Pro Max`. Using...

`osName` and `osVersion` returning `Windows 10` even though I'm on Windows 11. ```javascript const browser = `${browserName} ${browserVersion}`; const operatingSystem = `${osName} ${osVersion}`; ``` Using NextJS 13.4.9 and Google Chrome...

### 👟 Reproduction steps On your collection's settings page, click + Add role under Permissions and select `Custom permission` and enter `users/verified` as mentioned [here](https://github.com/appwrite/appwrite/discussions/5036#discussioncomment-4786333). Once you've added that, hover...

bug
good first issue
product / console

### 🔖 Feature description Pass the parameters as an object - something like: ```javascript type CreateMembershipProps = { teamId: string; roles: string[]; email: string | undefined; userId: string | undefined;...

enhancement
help wanted

### 🔖 Feature description Add an option to select which layout to use (fixed width vs full width). A way to implement this is similar to how you would select...

enhancement

### 🔖 Feature description In `Project` > `Auth` > `Security` > `Session Length`, there is no option to set the length of a session to never expire. ### 🎤 Pitch...

enhancement
product / auth

This is: - [ ] a bug report - [x] a feature request - [x] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet) ### What is the expected...

### 👟 Reproduction steps On your collection's settings page, click + Add role under Permissions and select `Custom permission` and enter `users/verified` as mentioned [here](https://github.com/appwrite/appwrite/discussions/5036#discussioncomment-4786333). Once you've added that, hover...

bug
good first issue

Things are working really well but when Discord restarts (i.e. new updates applied), the connection is lost and is never re-established when Discord is available again. Is it possible to...

clarify/investigate