Tanguy Krotoff
Tanguy Krotoff
It's always good to have "real life" examples => less research for users + show the most common way to use the script. (The API key given in the examples...
How to reproduce:  1. Select "A boat" 2. Click on "Next"  3. Click on "Back" ![screen...
### Steps to Reproduce Go to https://remix.run/blog Click on any article The bottom of the article is displayed instead of the top because the input field from "Get updates on...
### Version 29.7.0 ### Steps to reproduce Jest node environment detects open handles and bad things that happen after tests are done. The tests below will fail: ```TypeScript test("error after...
From the spec https://fetch.spec.whatwg.org/#response-class > To initialize a response, given a Response object response, ResponseInit init, and an optional body with type body, run these steps: > 1. If init["status"]...
**Reproduction** ```TypeScript const response = new Response(); //
`no-empty-file` isn't configurable A file with comments but without code is considered empty. More finesse would be appreciated. Example: I would like to disallow empty files in general, but I...
Small fix: ```TS expect(truncate(string), 'hi-diddly-ho there).toBe(neighbo...'); ``` (Yeah it "works" 🤯) => ```TS expect(truncate(string)).toBe("hi-diddly-ho there, neighbo..."); ```
The [Linux install script](https://github.com/docker/compose-cli/blob/79770d5803d1b475409aad187b11a2b63d79a037/INSTALL.md#install-script) fails regularly (using GitHub Actions) with error `curl: no URL specified!` ``` curl -L https://raw.githubusercontent.com/docker/compose-cli/main/scripts/install/install_linux.sh | sh % Total % Received % Xferd Average Speed Time...