Arnav Sharma

Results 6 issues of Arnav Sharma

Fixes scalacenter#1747 This PR adds a new documentation page explaining best practices for using Scalafix in cross-compiled Scala 2 and Scala 3 projects. ### It covers: - Why Scalafix config...

This PR adds new IO test cases for OrganizeImports to capture the incorrect handling of inline comments (e.g., comments to the right of imports being lost, reordered incorrectly, or not...

### Description The "Commit Activity" chart on project pages was displaying dates starting from 1970 (Unix Epoch). This was caused by a unit mismatch: the server was providing a timestamp...

### Description This PR fixes Issue #1645 where projects using `sbt-ci-release` were not being indexed because their generated POMs used a shorthand SCM connection format (`scm:git@...` instead of `scm:git:git@...`). ###...

### Description Fixes Issue #1609 where projects were listing incorrect supported Scala versions. Previously, the project header and search index only considered the **latest** released artifact. This meant that if...

**This PR implements the behavior discussed and guided by @rochala in issue #1186.** ### What it does When the user selects **Scala-CLI** and clicks **Download**, Scastie now generates a **single...