Luca Salvarani

Results 18 issues of Luca Salvarani

Running the following causes the workflow to fail with the error in the subject: ```yaml - name: Install composer dependencies uses: php-actions/composer@v6 with: php_version: '8.2' args: --no-dev --no-interaction --prefer-dist --optimize-autoloader...

The [documentation](https://github.com/marketplace/actions/label-actions#actions) states that `close-reason` is optional: ![image](https://github.com/dessant/label-actions/assets/33452387/1722792b-5456-4372-8056-f663c981bc5d) However this is only partially true, since if not provided and `close` is `true`, the workflow will fail with the following error:...

When a test succeeds, it is omitted from the HTML output, while it shows only the following result categories: - _parsing should have succeeded but failed_ - _parsing should have...

I find this project very interesting. 🥇 I find it very hard to start using it though, because of the lack of user documentation. I have questions like: 1. What...

## Problem When using `webpack-version-file` in a **Webpack** configuration with `output.clean` set to `true`, the output file gets deleted right after Webpack finishes the compilation. ## Workaround Setting `output.clean` to...

When clicking on "EJS" the user was redirected to the **wrong web page** (http://www.embeddedjs.com/), which was filled of **spam and ads**. This PR fixes that URL to the right one...

Hi @ko1nksm I wanted to repeat the same example group for multiple identical files, which would help reducing duplication... I tried to do something like this: ```shell Describe "Report scripts"...

## Problem Reading the [documentation](https://github.com/shellspec/shellspec/blob/master/docs/references.md#path--file--directory-subject) it is said that `file` is a subject, and later it is said that modifiers can be applied to subjects (no reported limit here): ![image](https://github.com/user-attachments/assets/8f6a9d05-b7a8-45c9-9aee-9355a700edba)...