scarf

Results 315 issues of scarf

![Image](https://github.com/user-attachments/assets/1516b8a8-c9f1-4b4a-bab6-295f487635ee) due to `origin` being default remote, opening issue/PR on gitlens constantly opens the nonexistent link on fork. ![Image](https://github.com/user-attachments/assets/a126eee7-f58d-45b4-9b29-6642709b1b60) this can be addressed by manually setting default remote to `upstream`...

triage

currently cs updates `~/.bash_profile` but not `~/.config/fish/config.fish`: ``` cs setup Checking if a JVM is installed Found a JVM installed under /home/scarf/.cache/coursier/arc/https/github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%252B8/OpenJDK11U-jdk_x64_linux_hotspot_11.0.24_8.tar.gz/jdk-11.0.24+8. Should we update ~/.profile, ~/.bash_profile? [Y/n] y Some...

there seems to be only zsh completion atm: https://get-coursier.io/docs/2.0.11/cli-installation#zsh-completions a [completion](https://fishshell.com/docs/current/completions.html) for [fish](https://fishshell.com/) would be welcome. context: scala-cli also added support for [fish shell completion in v1.5.0](https://github.com/VirtusLab/scala-cli/releases/tag/v1.5.0) in https://github.com/VirtusLab/scala-cli/pull/3104

## Summary Replace compile-time `USE_XDG_DIR` with runtime logic using C++23 `std::filesystem`. Goal: Single binary supporting both "Portable" (CWD-based) and "System" (XDG/AppData) deployments. ## Intended Change ### 1. Core Logic Refactor...

enhancement
src

### Is your feature request related to a problem? Please describe. we want area-if-effect buckshot shotgun! ### Describe the solution you'd like find blockers that removed aoe shotgun and solve...

☂️ umbrella

**Version(s)** Scala CLI version: 1.5.0 Scala version (default): 3.5.0 OS: fedora 40 (kinoite) **Describe the bug** scala-cli suddenly fails to run simple (or any) scripts. **To Reproduce** ```scala // hello.scala...

bug
Bloop
needs reproduction

Type: Bug 1. go to copilot chat view 2. ask something with `#changes` added 3. copilot chat always fails with `Invalid Input` ![Image](https://github.com/user-attachments/assets/b3f74b5e-d7b3-4ae9-9cdc-d59d6281edea) VS Code version: Code 1.98.0 (6609ac3d66f4eade5cf376d1cb76f13985724bcb, 2025-03-04T21:06:18.612Z)...

new release

**Describe the bug** **To Reproduce** 1. set `"editor.formatOnSave": true` in vscode config 2. ctrl+s to save a file **Expected behavior** formatting is instantly finished **Screenshots** https://github.com/user-attachments/assets/6afbcb91-569a-4ac7-891c-070d1ba13f76 invoking ctrl+s with formatonsave...

**Describe the bug** same as title. happened after lockfile got updated with redirects. **To Reproduce** 1. clone https://github.com/scarf005/blog/tree/39e34951d6e65268937c0998970999dadad48bb9 2. in `_config.ts`, attempt to `Go to definition` for esm.sh imports **Expected...

needs info