megh
megh
Hi team, We would like to add timeout parameter for our usage. We are seeing frequent failure, which we think are reflated to timeout. Reference: https://nodejs.org/api/child_process.html#child_processspawnsynccommand-args-options, denotes that `spawnSync` returns...
## Overview `sbt dependencyTree` command produces junk output for multi-project builds. ## Steps 1. Output of `sbt about` ```bash ➜ multi git:(main) ✗ sbt about [info] welcome to sbt 1.5.5...
# Overview _Provide an overview of this change. Describe the intent of this change, and how it implements that intent._ _Example: This PR accomplishes X by doing Y._ ## Acceptance...
# Overview _Provide an overview of this change. Describe the intent of this change, and how it implements that intent._ _Example: This PR accomplishes X by doing Y._ ## Acceptance...
# Overview This PR modified the `report` command such that, - If the endpoint server supports polling for revision's dependency cache status, we poll until `READY` status is received -...
# Overview This PR, add _initial_ support for R (with renv package manager). Sibling: https://github.com/fossas/FOSSA/pull/8452 ## Acceptance criteria - R package with `DESCRIPTION` and `renv.lock` can be analyzed. ## Testing...
# Overview This PR, - tracks experimental Gradle configuration usage - tracks experimental binary discovery usage - tracks experimental scanner usage ## Acceptance criteria 1. Tracks usage of experimental Gradle...
# Overview This PR, addresses some of the root cause of STM transaction errors, seen for some of container scanning runs. ## Acceptance criteria - `fossa-cli` does not throw 400...
I've been trying to figure out how I can go about parsing something like following: ```yaml [server.a.metadata] port = 1000 [server.b] backoff = 1 [server.b.metadata] port = 2000 ``` In...
# Overview _Provide an overview of this change. Describe the intent of this change, and how it implements that intent._ _Example: This PR accomplishes X by doing Y._ ## Acceptance...