Jongsun Suh
Jongsun Suh
## Motivation - Currently, we manually enumerate each individual `.subscribe()` call in messenger client constructors. We should have a DRY-er way of doing this. - A "data as code" paradigm...
## Descriptions - Adapt [these rules](https://github.com/MetaMask/core/pull/4648/files#diff-594447fef9feecf11f1839e337c464b7b857fdb73fde7e18940eaa9cdf5b819dR496-R518) so that they are applied to all subpath exports, not just `'exports["."]'`. - Fix package manifests that violate the new rules. - https://github.com/MetaMask/core/blob/main/packages/notification-services-controller/package.json -...
## Features - [ ] Persist webview tree state within sessions, and across editor restarts. #12 - [Webview Persistence](https://code.visualstudio.com/api/extension-guides/webview#persistence): `WebviewPanelSerializer` (preferred), `retainContextWhenHidden` (high memory usage, last resort) - Approach originally...
## 1. Parser ### A. Expand Import Statement support #### a) Static Imports - [ ] For static import statements with namespace or default specifiers, only add members that are...
## **Description** Implements manual, explicit management of cache/state cleanup in `useAsync{Callback,Result}` instead of relying on React hooks. The motivation is to prevent memory leaks especially from large/frequent fetch requests. (This...
## **Description** Open `VisitSupportDataConsentModal` when `Global ("3-dot") menu - "Support"` is clicked. Replicates the behavior of clicking `Settings - About - "Visit our support center"`, as implemented in https://github.com/MetaMask/metamask-extension/pull/30415. [)....
Currently, we do not publish generated API documentation to GitHub Pages for any of the packages in this monorepo. The workflow to do this was functional for a while, at...
### New Feature / Enhancement Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - [x] I have searched through [existing...