codeium.nvim/lua/powershell
Will Ehrendreich d9b0260713
windows fixes: curl compression false, uuidgen dropped, gzip workaround (#105)
* feat: remove uuidgen dependency

windows doesn't have uuidgen by default, and there's no reason not to just generate one quick to solve the issue. I'm sure the original is optimized or something, but it's really rare this has to happen anyway, so there's no benefit in having an awkward dependency.

* fix:curl compressed doesn't always work, default to false

* fix: if unable to run gzip, tries a powershell solution instead. fixes #76

---------

Co-authored-by: Will Ehrendreich <Will.Ehrendreich@CFR.Priv>
2023-10-09 19:20:58 -07:00
..
gzip.ps1 windows fixes: curl compression false, uuidgen dropped, gzip workaround (#105) 2023-10-09 19:20:58 -07:00