Sandor

Results 77 comments of Sandor
trafficstars

I guess it’s because mermaid cli has been renamed. I have not really had much time to spend on this since POC. Docfx being in limbo between .net core and...

I had a similar error due to a very different cause. Jackson jar seems pretty heavy and required me to use zip64: ``` jmh { zip64 true } ```

Faced the same issue, large orgs will run into this with rate limiting. **Workaround** Used my personal 4G to do the setup. I guess you can also manually install it....

Hello, Just fixed the dns problem, sorry about that. On Wed, 24 Nov 2021 at 6:24 am, aduartebdsol ***@***.***> wrote: > Confirmed, just uncheck "Always download the lastest matchig version"...

Yes I agree, especially considering the agents have a version of yarn by default these days. The npm registry manifest is a great idea, I’ll investigate that. On Wed, 24...

I'm actually wondering if there is any value to this tool installer task anymore since yarn no supports installs via npm, and azure pipelines now supports chocolatey. This give two...

To clarify my thoughts, yarn 1.x is available in the standard agent image. When it comes to yarn 2.x and ulterior, they can be enabled directly via corepack. The following...

Interessant insights about this can be found here: https://github.com/yarnpkg/yarn/issues/1658 And there is a solution to explorer here: https://gist.github.com/ds300/158250f230d1825af8a3edd6e7af9cc0

The solution appears to be much simple, there is an undocumented feature : https://github.com/yarnpkg/yarn/issues/3521#issuecomment-304814053

Waiting for https://github.com/yarnpkg/yarn/issues/5002 and https://github.com/yarnpkg/yarn/issues/3450 resolution and will include this flag by default.