cachius

Results 12 comments of cachius

**Workaround for key order** Run `yarn install` after `npm install/update/whatever` This way you don't completely mess up the history of your `yarn.lock` file

@alamothe But then you lose any legit changes made by npm, too, like npm install/update/... . If not many you can carry them over manually. @wraithgar @shalvah Thanks for taking...

@victorb Fixed in https://github.com/npm/cli/pull/5751 in v9.0.1 by @wraithgar @alamothe Can be closed.

@dnicolson You should add this to the readme! I had opened a binary .plist file before installing this wonderful extension, and it just wouldn't decode it even after re-opening the...

> when a screenshot is taken to the clipboard optimize it on the fly I found [Clop](https://lowtechguys.com/clop/) doing exactly this. It also has a folder watcher mode in the Pro...

Please allow the http:// scheme for arbitrary upstreams, not only localhost. If a downstream client connects via TLS, use the [CONNECT ](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/CONNECT)method to establish a secure channel with the upsteam...

@BrankoH Could you please [format the errors as code](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#fenced-code-blocks) using triple backticks \``` ? ``` The monospace font will make it easier to read. ````

The INIT bookmarklet [uses](https://github.com/FarhadG/init/blob/f532e8e2fad8edb3a79804e3ab21a2dae7ffc1a2/src/index.js#L12) the [link response header](https://docs.github.com/en/rest/using-the-rest-api/using-pagination-in-the-rest-api?apiVersion=2022-11-28#using-link-headers) of the [commits endpoint](https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28) which looks like `link: ; rel="next", ; rel="last"` Maybe the GitHub API behaves abnormally when it fails. ([via](https://stackoverflow.com/questions/28533602/how-to-navigate-to-the-earliest-commit-in-a-repository/47167364#47167364))

> they mark baseline as false. [Based on data](https://github.com/web-platform-dx/web-features/commit/72f952cd2943f1659af6cc015bd784066773349f#diff-0376ae895f1ddd65709888ca24e258741972212c1fffaeb5a40f286c411c161bR55-R65 "Commit 72f952c: Bump @mdn/browser-compat-data from 5.5.51 to 5.6.1") by BCD so it's a bit of a Catch-22. > Can you make...