Results 14 issues of

- Resolves https://github.com/ngryman/badge-size/issues/94, resolves #16. - Update [got](https://github.com/sindresorhus/got) to transfer `.png` using the raw buffer — now it works again! - Fix the version number of target URL in 'broken...

# 🚀 Feature request ## Description Many platforms use `@` (e.g. jsDelivr) to identify files of different versions, like: `[email protected]/dist/abc.js`. This is quite common and I think it a need...

type:new-feature
agenda

**Bug report or Feature request?** Feature request. I'm not sure about how this happens, it seems like `if_return` compression doesn't work when there's multiple references to a variable. **Version (complete...

suboptimal-output
compress

**Bug report or Feature request?** Feature request **Version (complete output of `terser -V` or specific git commit)** ``` terser 5.9.0 ``` **Complete CLI command or `minify()` options used** ``` terser...

suboptimal-output
compress

## What does it do? Resolve #1302 by using post path and `url_for` on post anchors. ## How to test Test cases will be added later. Code below fails currently....

javascript

## PR Checklist - [x] The commit message follows [guidelines for NexT](https://github.com/next-theme/hexo-theme-next/blob/master/.github/CONTRIBUTING.md). - [ ] Tests for the changes was maked (for bug fixes / features). - [ ] Muse...

CSS
⭐ Feature

It seems `tape` should not be a required dependency. BTW I think better to be "optional peer", by using `peerDependenciesMeta`. Willing to fill another PR if you agree with that....

**Is your feature request related to a problem? Please describe.** I want to test a script in a service worker's both presence and absence. However, there are something blocking this:...

This partially resolves iAmAsval/FModel#204, where we only have the "oldest" (closer to "biggest" in my investigation) asset available, even when a newer one is there. I dug into this and...

### Describe the bug Chromium's `scrollIntoView` is quite buggy when used with `scroll-behavior: smooth`, for example, * [it doesn't work with multiple elements](https://bugs.chromium.org/p/chromium/issues/detail?id=833617), * [it doesn't work if called rapidly](https://bugs.chromium.org/p/chromium/issues/detail?id=923739),...

bug