Andrew

Results 882 issues of Andrew

Compilers may be short-lived programs, but they often capitalize on a large amount of memory even when they are using `free()`. For example, installing dependencies in C, C++, Java, Node.js,...

Is it safe to pass a metrics counter to a goroutine, or are users responsible for any locking?

https://github.com/marler8997/zigup https://github.com/cheetah/asdf-zig

Using Go v1.17. ```console $ go mod init $ go install github.com/amyboyd/editorconfig-cli@latest go: downloading github.com/amyboyd/editorconfig-cli v0.0.0-20161222142343-472aaeae1bae go: finding module for package github.com/saintfish/chardet go: finding module for package github.com/codegangsta/cli go: finding...

editorconfig-cli can report that a file is valid windows-1252 encoding, but for some reason does not allow windows-1252 to be specified as a preferred encoding in `.editorconfig`.

I have a UTF-8 file that editorconfig-cli is mistakenly reporting as a non-UTF-8 file: https://github.com/mcandre/toys/blob/ca0f58ab2482c5ad3b647b53a4df60c10ab167bf/jvm/java/yubnub/src/main/java/us/yellosoft/yubnub/package-info.java

A configuration like ``` [{*.s}] indent_size = 2 ``` Should match `*.s` files, but not `*.scm` files.

Awesome command line app, editorconfig-cli is really fast and consistent! I found a cheap way to filter out .gitignore'd files, by writing a utility app called flcl: ```console $ go...

Would be nice to be able to default *most* line endings to `lf`, yet specify Windows source files as `crlf`, with a .editorconfig snippet like: ``` [*] end_of_line = lf...

How should statsd users escape tag elements that contain characters used for tag syntax? Common strings that users may wish to include in tag names and/or values: * `localhost:80` (network...