Raffaello Bertini

Results 73 comments of Raffaello Bertini

Hi, can I even point that the example given for the public cache seems wrong? the code example should use the `PublicCacheStrategy` instead is using like the private one `PrivateCacheStrategy`....

i think the problem is also due to the 501 on create bucket: ```js const bucketResp = await storage.createBucket(bucket_name); ```

> If you just manually place a file, the metadata won't exists. That's why it can't be found. wouldn't be possible to use libevent or similar to monitor the `/storage`...

> > If you just manually place a file, the metadata won't exists. That's why it can't be found. > > wouldn't be possible to use libevent or similar to...

> > > If you just manually place a file, the metadata won't exists. That's why it can't be found. > > > > > > wouldn't be possible to...

> Can you post the output of `winget list Microsoft.WindowsPCHealthCheck`? Also, if you can provide the log files from `winget upgrade Microsoft.WindowsPCHealthCheck --verbose-logs` it would be appreciated ```powershell PS C:\>...

> Check the logs at `%LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir` I am stripping out some information from the logs (`[SQL]`) . ``` 2022-03-31 08:56:14.909 [CORE] WinGet, version [1.3.692-preview], activity [{8505E5F7-8C54-4CB3-94B5-55DB970089B3}] 2022-03-31 08:56:14.909 [CORE] OS:...

it would be a good start if `myTask` defined in all workspaces, could be run in parallel `npm run myTask -ws` with simply adding a `--parallel` option. otherwise an hack...

another possibility is to do not touch `upgrade` command and create a sibling wrapper command `upgrades` (note the `s`), that is accepting a list of packages and pipeline them one...

> I like the idea, though I'd suggest to make such `upgrades` command actually upgrade everything (if no list of packages is provided). Something like `apt dist-upgrade` or `pacman -Syu`...