scarf
scarf
related: #1085 I'd like to ban specific paths from matching a given query, which would be inverse of bookmark feature (#1019) reason for this is i often find zoxide matching...
version: 0.9.6 i have two project: `book-frontend` and `platform-frontend`. i want `z front` to **always** resolve to `book-frontend`. i've deleted `platform-frontend` with `ctrl-d` using `zoxide edit`, but today when i...
### Description add a button on top, `Add all suggestions to batch`, shown in the same place as `Commit Suggestions`, which runs ```js document.querySelectorAll("button.js-batched-suggested-changes-add").forEach(el => el.click()) ``` I'm interested in...
Type: Bug I'm getting frequent `approval needed to continue` popup spam on agent session but they are unnecessary as they are already auto-approved. happens frequently while taking screenshots with https://github.com/microsoft/playwright-mcp...
pretty certain there's easier way to do this but i can't seem to find any info on neither docs nor github issues ```c++ std::optional stdOpt = choose_adjacent( message, allow_vertical.value_or( false...
followed: https://github.com/zio/zio/blob/23548ef5d2f4c67d3436d6579f24e511bc24d75d/docs/contributor-guidelines.md full error log: ```sh scarf@fedora /r/m/h/s/r/e/o/zio (series/2.x) [1]> sbt WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by net.openhft.hashing.UnsafeAccess (file:/home/scarf/.sbt/boot/scala-2.12.20/org.scala-sbt/sbt/1.10.4/zero-allocation-hashing-0.16.jar) WARNING:...
## Abstract same as #3742 but the issue persists. ## Steps to reproduce 1. Start Firefox with clean profile. 2. Install TST. 3. check that firefox is on light mode....
### Describe the bug ```scala def findXSum(nums: Array[Int], k: Int, x: Int) = val = scala.collection.mutable.PriorityQueue.empty[Int](using Ordering.by(x => -x)) pq.iterator ``` unable to inline pq at cursor with: ``` Following...
1. try to work with any scala file 2. metals continuously fails to work ### Expected behaviour: metals doesn't error on single files **Operating system:** Linux **Java version:** 24.0.1 **Editor/extension:**...
`openapi-generator-cli version-manager list` only lists stable version; it would be great to support specific commit or `HEAD` for `version` field.