Rodrigo López Dato
Rodrigo López Dato
Steps to reproduce, starting from an empty directory: ```sh mkdir this-directory-is-over-99-characters-long-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa touch $_/hi.txt tar cvzf test.tar.gz * fossa analyze --unpack-archives ``` Result: ``` [ERROR] ---------- An error occurred: An exception...
I've seen this happen on tar files that raise a warning of "tar: A lone zero block at ####" when extracting manually using `tar`. Extraction succeeds despite the warnings. I've...
The Spectrometer Windows installer [appends the target installation directory to the user's PATH](https://github.com/fossas/spectrometer/blob/79853b7dd651864c8072dd05551474876b5ac148/install.ps1#L73), which by default is `%LOCALAPPDATA%\fossa-cli`. However, if fossa-cli was previously installed and the user's PATH already contains...
This allows other libraries or Passport strategies to leverage these stores as their defaults instead of implementing their own.
This was discussed here: https://github.com/editorconfig/editorconfig/issues/234 Essentially, this option would correct a file with `foo\n\n\n` to `foo` if `insert_final_newline = false`, or `foo\n` if `insert_final_newline = true`. ## Want to back...
@ziyasal thanks for building this extension, much appreciated! When opening a file in GitHub, the URL that gets opened is in the format: ``` https://github.com/USER/REPO/blob/BRANCH/PATH/FILENAME#LINENUMBER ``` I would like the...
Hi @mac-, would you accept a PR to automatically convert strings defined with `date-time` formats to `Date` object? This is useful, for example, when saving `Date` objects to MongoDB -...
# Overview Changes the install script to download tar.gz archives instead of zip when running on Linux. See https://github.com/fossas/fossa-cli/pull/1066 for more context. ## Acceptance criteria Running `install-latest.sh` successfully downloads and...
# 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...