Omar McIver

Results 15 comments of Omar McIver

Did this issue go away? I'm finding if I use `generateNullableReferenceTypes=true` with `generateOptionalPropertiesAsNullable=true` then my C# client ends up setting a lot of required properties as Nullable. When I stand...

Hey @markm77 . Thank you for the explanation. I shouldn't have asked this on a Friday! I'll try to digest next week. I know my config is now working how...

I've had this not work if I have a script that first does an `az login`, followed by an `az acr login`. The second time I run my script, I'm...

I found a working solution. Very bizzare. If I put a timeout before it `timeout 60 az acr login -n $acr_name`, it immediately succeeds. I stumbled on this as I...

I created this gist that shows show to create, mount, and persist additional VHDX drives for WSL2 even after Windows restart AND `wsl --shutdown` events. [https://gist.github.com/omarmciver/0c85f5a68448aa6c94fee381e5fdbe9b](https://gist.github.com/omarmciver/0c85f5a68448aa6c94fee381e5fdbe9b)

@lc-soft Thank you for the excellent code review! I've implemented both of your suggestions: 1. ✅ **Simplified Blob check**: Removed redundant `File` instanceof check since `File` extends `Blob` 2. ✅...

✅ **Tests fixed!** Updated all test snapshots to reflect the refactored FormData handling. All 133 tests now passing. Changes in commit 6e854b8: - 28 snapshot files updated - 114 snapshots...

@nicotu01 I'm stepping back from this PR. The core fix for FormData array handling works correctly and was approved by @lc-soft after addressing their feedback. Since then, this PR has...

@js2me First attempt at contribution. Appreciate any feedback on issue and PR submission.