Andrew

Results 882 issues of Andrew

The UNIX `file` utility appears to be required to complete build.sh, however this is not mentioned among the requirements. In terms of arm64e support, does the user truly need to...

Which major version of Python is required in order to build osxcross? This is an important detail which deserves documentation. Python 3 appears to work, but would like an official...

Hi, I am curious about how to shrink my disk usage. After I produce an osxcross toolchain with `./build.sh`, then I would like to remove the toolchain which produced osxcross....

I have a large amount of clutter from various programs in my build output. I would like to reduce this as much as possible. Could `osxcross` get an option to...

Could archivex get an exclusion feature, like `zip -x `?

Namely SOCKS and basic TCP/IP, in order to support more corporate environments.

In order to support more corporate environments.

As an engineer, I want to be warned early when my application code is trying to shell out for things that libraries already provide, such as: * `curl`/`wget` (Can probably...

enhancement
new check proposal

As an engineer, I want my D code to promote better memory safety, so that my applications run more reliably. Could D-Scanner add a rule to check that every function...

enhancement
new check proposal

Could the API feature a method for wrapping raw `func(w http.ResponseWriter, r *http.Request)`s? This could reduce boilerplate.