Manvel Saroyan

Results 58 issues of Manvel Saroyan

## Background In order to keep CBA functioning, it needs to be converted to MV3. ## What to change - [Follow migration document](https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/). ## Challenge The biggest problem is that...

MV3

We currently store `clipboard` in the page global context, that context may go away when browser kills service worker, meaning we rather would like to [store it in the Storage](https://developer.chrome.com/docs/extensions/reference/api/storage#property-local),...

MV3

Hey nwsapi team 👋 In our company we highly rely on JSDom(which seem to be using `nwsapi` for selectors resolution) and when doing the package resolution, we have realized that...

As mentioned in https://github.com/dperini/nwsapi/pull/101#discussion_r1487627109 the `test/xml/svg-test.html ` seem to be broken. Current PR updates the test. The tests seem to have been regressed since: https://github.com/dperini/nwsapi/commit/87fbfa9e3974571edc192689b0712d9536839246

# Steps to reproduce 1. Creating a page `_draft.md` and specifying a permalink `draft` for that page 2. navigate to `/draft` page 3. observe ## Observed behavior Page is accessible...

# Background Currently there don't seem to be an easy way to create a sitemap for the project. # What to change Ensure to add all prerequisites for generating sitemap...

# Background Lately Crowdin has started to promote a new API and new Authentication methods. # What to do - [ ] Ensure that new changes hasn't affected CMintS's Crowdin...

# Background Currently when direct headers relationship in not used in Markdown current error is shown instead of page being rendered `Cannot read property 'children' of undefined `. We don't...

# Background With https://github.com/cmints/cmints/pull/199 a new rootRequire global module loader was introduced to fix issues caused by updating mocha. # What to change Provide ability to run single test with...

# Background [NPM for less-plugin-clean-css released 5 years ago last time](https://github.com/less/less-plugin-clean-css/issues/29), we are currently cherry-picking GIT commits to use in dependencies, but we rather need to find an alternative for...