Alec Larson

Results 407 issues of Alec Larson

There's probably a better place for this, but I'll put it here so anyone who is looking can find it. **Note:** Android, Windows, and Linux targets have not been added...

There's good VS Code support for `clang-format` (I use the [Clangd extension](https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd)) that allows format-on-save behavior, which is very convenient in my experience. It allows me to focus on getting...

enhancement

Something like this maybe: ```ini [mac] terminateAfterLastWindowClosed = true ```

enhancement
macos

Do you recommend anything for capturing audio from a microphone with Node? Or should something like [node-microphone](https://github.com/vincentsaluzzo/node-microphone) work fine? Thanks.

Is it necessary for `sumologic/collector:latest` to be run as the root user? If so, how vulnerable does that make my other containers?

I use [dokku/dokku](https://github.com/dokku/dokku) for container management. When I use `git push` to deploy my server, a new container is created with a Docker-style randomly generated name (eg: `optimistic_williams`). After about...

I noticed the SumoLogic container created with `sumologic/collector:latest` takes up 180 MiB of memory. Is there a recommended way of reducing such usage? Obviously, I could set a memory limit...

https://github.com/sasstools/sass-lint/blob/master/lib/rules.js#L61 With this change, the user will get a linter error they can act on without opening the devtools.

See here: https://github.com/antirez/linenoise#hints

```sh git clone https://github.com/hoelzro/lua-linenoise.git cd lua-linenoise make ``` The `.dylib` produced by make is complaining about missing symbols. Question: Why doesn't the Makefile produce a `.so` file instead? Using `tarantool...