Luca Salvarani

Results 66 comments of Luca Salvarani

@CoffeeStraw la variabile `infos` viene valorizzata come segue: ```json { "url": "rtsp://sb.top-ix.org/videomg/_definst_/mp4:\ndUrc\x1b-", "format_id": "rtsp-0", "protocol": "rtsp", "ext": "unknown_video", "format": "rtsp-0 - unknown", "http_headers": { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64;...

[This](https://www.npmjs.com/package/unzip-crx-3) package is working. It's a re-upload of the original with the fix to make it work with v.3. I haven't tested with version 2

@SamKirkland @AB6162 This issue can be safely closed

> Just a quick look, but I'm guessing it's `$2`, not `$1`. You're right, my bad. With $2 it works correctly ``` Describe "Report scripts" Parameters:dynamic for file in ./src/*_report.*sh;...

## Workaround It seems like `file` while used together with `lines`, `line` or other unsupported modifiers is treated as if `value` was used: ``` Examples: 1) [E2E] Script 'interface_report' outputs...

I think however that there should be an "official" way to do these kind of checks

I have the opposite problem @crazy-max 😁 The following **will not work** as expected (`.exe$` is taken from the README) and instead show the `No files were found. Please check...

The same is happening with [`pydantic`](https://github.com/pydantic/pydantic). ## Example Take the following snippet as example: ```python import pydantic class CustomModel(pydantic.BaseModel): """Base class for pydantic models.""" prop1: str = pydantic.Field(alias="property1", frozen=True) ```...

> I don't know what LukeSavefrogs is about, I cannot reproduce nor have you provided enough information to truly reproduce. Sorry if I was not clear, when I come back...

> > I don't know what LukeSavefrogs is about, I cannot reproduce nor have you provided enough information to truly reproduce. > > Sorry if I was not clear, when...