Tanguy Krotoff

Results 71 issues of 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: ![screen shot 2017-09-18 at 03 42 05](https://user-images.githubusercontent.com/643434/30526963-5c3b0b82-9c23-11e7-8ecd-2634e4ac77a0.png) 1. Select "A boat" 2. Click on "Next" ![screen shot 2017-09-18 at 03 42 55](https://user-images.githubusercontent.com/643434/30526970-7df25a5a-9c23-11e7-823a-8488569486f4.png) 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...

website

### 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...

Needs Triage
Bug Report

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"]...

bug
help wanted
good first issue

**Reproduction** ```TypeScript const response = new Response(); //

bug

`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...

enhancement
help wanted
good for beginner

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...