fix: error thrown on large files (#184)
Codeium.nvim throws error on large files because curl fails to do the request when using --data-raw with: `E2BIG: argument list too long`. This fixes the problem by writing the data to a temporary file and passing it to curl as a binary file with --data-binary.
B
Bruno Sousa committed
d3b88eb3aa1de6da33d325c196b8a41da2bcc825
Parent: ace6ee3
Committed by GitHub <noreply@github.com>
on 5/3/2024, 7:41:52 PM