Andy Balholm
Andy Balholm
When there is an initializer list for an array in a struct, the transpiled program fails to compile with a type error. When an array is not in a struct,...
Prior to commit 58f4747 (port to go/packages), it was possible to run gogrep on a file that doesn't pass type checking. But that no longer works. It would be nice...
I'd like to add support for HTTP proxy authentication. I think the changes would basically be limited to header names and status codes: Authorization -> Proxy-Authorization WWW-Authenticate -> Proxy-Authenticate http.StatusUnauthorized...
One thing that is missing from the project goals section in the documentation is the target use case. The use case makes a huge difference in how you approach the...
PDF Files produced by libtiff/tiff2pdf have an extra space after the file header. (In other words, the header is "%PDF-1.1 \n" instead of "%PDF-1.1\n". They work in most PDF viewers,...
The example showing how to print a PDF file sets an Accept-Encoding header on the HTTP request, but that doesn't work correctly. If the printer returns a compressed response, decoding...
BODYSTRUCTURE responses from Dovecot for message/global attachments don't include the extra data that would be included for message/rfc822 attachments. So parsing them was returning an error. This PR makes that...