Stephane Odul

Results 140 comments of Stephane Odul

We are now on hvac 1.2.1 (latest) and pip 23.2.1. This is no longer an issue.

I have the opposite pet peeve about `fmt` adding useless spaces that lead to larger diffs than necessary on PRs. It causes useless additional storage to be used on SCM...

To clarify #11149 is only about azure-mgmt-network which is the largest directory but the problem is present across the entire Azure SDK. I understand the reasoning for the approach to...

I wrote a script that we run after `pip install`. It detects the unused versions and this got us an azure folder shrink from ~ 680MB to ~ 280MB. It...

We have released our script on GitHub. It does delete a good chunk of the API folders but not all of it. With the script the Azure directory is now...

Removing non latest APIs, will remove about 60% of the disk space needed. A further design issues is that some of the API definitions import prior APIs in order to...

It is good to hear it is being worked on. Is there a more specific timeline that can be shared? @BigCat20196 I see you added the `needs-author-feedback` label, which trigger...

An update on the size. With the latest SDK the size seem to still be growing. We now see close to 1GB before trimming and over 400MB after trimming: ```...

@lmazuel @iscai-msft thank you for the effort with the Network part of the SDK but I did a clean install with the latest azure cli (we use both the CLI...