Seiya

Results 28 issues of Seiya

**Prettier 3.1.1** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEBDABB9AdK6BGB6OeY6ZJuxIANCBAA4wCW0AzsqKgE7cQDuABR4IOKVABt+qAJ4c6+bqjABrODADKqALZwAMsyhxkAM0ls4CpavUaGywwHNkMbgFdLIC9uYv3nuAAPBjhuZl1YSQAVUKgeZjgxMwkLOjYnCTgARTcIeFNzTwArNkCNDOzc-KRk1JAARyq4QT4GMTQ2AFojOAATPtoQV1RmCScAYQhtbVRkNAkJQfSoR0yAQRhXZnw3eEFQgyMClM8ACxhtCQB1U+Z4NnswOA1RO+YANzuZObA2eRB3h4AJJQfqwDRgMJMNagjQwGSZY51Bh8CxXJQMOaSaRyQaGCzcGAtVCOGZIzz2bgEuYzbgqXoCKCDFGGGBXZi9GCnZAADgADHRuHBGswhcTSbMaoU6DBUPh2ZzuUgACx0NwWKJypLSkBwbT4Pr9Xp6VArNwkuAAMQg3BmmycWN2EBAAF8XUA) ```sh --parser markdown --tab-width 4 --prose-wrap always ``` **Input:** ```markdown a a b b c c ``` **Doc:** ```markdown [ fill([ "a", line, "a ", markAsRoot(literalline),...

type:bug
lang:markdown

## Description Resolves https://github.com/prettier/prettier/issues/15877 and https://github.com/prettier/prettier/issues/9503. `flattenFill()` is the key. ## Checklist - [x] I’ve added tests to confirm my change works. - [ ] ~(If changing the API or...

### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? Programmatic API (`babel.transform`, `babel.parse`) ### Input code ```ts type TypeofAnimal =...

i: bug
area: flow
pkg: parser

### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? Programmatic API (`babel.transform`, `babel.parse`) ### Input code ```ts type satisfies =...

i: bug
pkg: parser

Addresses https://github.com/dominikh/go-tools/issues/1294. **NOTE** Probably some false-positives for complex generic types still exist. And this doesn't address other similar problems such as https://github.com/dominikh/go-tools/issues/1440. Though I consider this makes a improvement, feel...

I frequently forget to specify [`os.O_TRUNC`](https://pkg.go.dev/os#pkg-constants) when I use `os.OpenFile()`. Forgetting `os.O_TRUNC` sometime makes file broken. And I rarely detect this failure on test codes because it doesn't cause a...

new-check
aggressive

I'm not sure that this issue is a bug report, a feature request or something else. Anyway, I think the current behavior can be problematic under practical situations. Indeed, I...

bug
apm:ecosystem
ack

I think `DefaultParameters` tend to be unintentionally mutated. Because `DefaultParameters` is a pointer, following code will pollute it. ``` params := winrm.DefaultParameters params.Timeout = timeout // ⚠️ Ouch! winrm.DefaultParameters is...

- The output of 'staticcheck -version' ``` staticcheck 2023.1.7 (v0.4.7) ``` - The output of 'staticcheck -debug.version' (it is fine if this command fails) ``` staticcheck 2023.1.7 (v0.4.7) Compiled with...

enhancement

I've encounterd a problem related to this module and possibly we can consider it to be vulnerability. Could you specify a place where we can discuss security issue?