akouryy

Results 4 issues of akouryy

```scala scala> Nil.mkString(",") val res0: String = "" scala> fansi.Str.join(Nil, "") val res1: fansi.Str = scala> fansi.Str.join(Nil, ",") java.lang.NegativeArraySizeException: -1 at fansi.Str$.join(Fansi.scala:370) ... 66 elided ``` I'm not sure if...

Added lexer.rbs. Discussions: - `Type` and `Token` have type parameters named `SValue`. I expect them to work well in parser.rb. - They are invariant. I could not find a good...

This issue originated from https://github.com/cookpad/armg/pull/21#discussion_r2030348836. Official support for MySQL 5.x has ended (see [endoflife.date/mysql](https://endoflife.date/mysql)). This issue covers handling the end-of-support for MySQL 5.x and adding support for MySQL 8.4 (LTS).

### Description When a typo is in a file name, the diagnostic ends with `:N`. Because this pattern normally refers to a line number, it looks like the typo is...

A-cli
S-triage