Mauro Leggieri

Results 16 issues of Mauro Leggieri

When Go is upgraded on Windows, the previous installation location is not reused. Installation directory is already stored in registry so half of the work is already done. The added...

cla: yes

Hi, `DecodeAddress` returns the same account for the following addresses: `PRICEP3G2F5L6ZG5WTJIAKEQW4OJJ3FM4XVFQDZI7M2VBTFVUHTTR2AU2U` (this one is the correct) `PRICEP3G2F5L6ZG5WTJIAKEQW4OJJ3FM4XVFQDZI7M2VBTFVUHTTR2AU2V` `PRICEP3G2F5L6ZG5WTJIAKEQW4OJJ3FM4XVFQDZI7M2VBTFVUHTTR2AU2W` `PRICEP3G2F5L6ZG5WTJIAKEQW4OJJ3FM4XVFQDZI7M2VBTFVUHTTR2AU2X` This issue was addressed in node's code but wondering if checking...

new-bug
Team Lamprey

- [X] I am using the latest release of AWS Vault - [X] I have provided my `.aws/config` (redacted if necessary) - [X] I have provided the debug output using...

### Subject of the issue Call `/swagger.json` endpoint ### Expected behaviour Get the details about `/v2` endpoints. ### Actual behaviour It only returns details about the deprecated `/v1` endpoints.

Team Scytale
Team Lamprey

## Problem Once the reserve and freeze addresses becomes empty, it is not possible to change them again. ## Solution Relax restrictions to allow the manager to change these configuration...

new-feature-request
Team Scytale

Hi, I attached a [sample project](https://github.com/ugorji/go/files/8887017/test.zip) in order to show the issue. The problem appears when a package tries to use code generated in other package. To reproduce the issue...

Hi, when you define `type A = B`, `A` becomes an alias of `B`. Instead, using `type A B`, `B` is an underlying object of `A`. For the former, the...

**Library Affected**: `workbox-precaching` **Browser & Platform**: `All browsers` **Description**: I'm creating a PWA application from scratch with React and Webpack, no third-party frameworks like Next.JS. As recommended, added `precacheAndRoute(self.__WB_MANIFEST);` into...

### Subject of the issue `couldn't initialize the node` error when starting a node if it was stopped before ledger sync command completes. ### Your environment Windows. ### Steps to...

bug