Giovanni Bassi

Results 145 issues of Giovanni Bassi

Current code supports only v2 and v3, but v4 is out for over a year now.

[Type] Enhancement

I don't understand what the difference is. It would be nice to add it to the docs so I know what additional value I am getting with the tool.

question

Right now the tz database is out of date, which is providing incorrect values when the images run. Using the TZ env var or informing the capability to the driver...

improvement

## Description When running, we get a warning for rustfmt and cargo-fmt. ## Workflow code ```yaml - name: Build amd64 uses: actions-rs/cargo@v1 with: command: build use-cross: true args: --release --target...

bug

Would it be possible to add ligatures to it?

I have an existing stat.json from webpack. Can this tool process the file and output assets I can use to show the report? I intend to run this as a...

## Executables Version of bash-debug: 0.3.7 Output of following commands: ``` ❯ which bash /bin/bash ❯ code --version 1.44.2 ff915844119ce9485abfe8aa9076ec76b5300ddd x64 ❯ bash -c 'uname -a; for P in bash...

I am running: ``` powershell GitReleaseNotes.exe . /OutputFile ReleaseNotes.md /AllTags /Verbose ``` I have 3 remotes: ``` powershell C:\proj\code-cracker> git remote -v code-cracker https://github.com/code-cracker/code-cracker.git (fetch) code-cracker https://github.com/code-cracker/code-cracker.git (push) origin https://github.com/giggio/code-cracker.git...

We should be able to use only Issues, and not Pull Requests when generating a release note. In my case, the PRs are redundant, I don't need them there.

I saw, according to [the docs](https://github.com/robbertkl/docker-ipv6nat#option-b-user-defined-network) that docker-ipv6nat > defaults to ::, i.e. all IPv6 addresses But I can't get it to work with link-local addresses. It binds and works...