Andrew
Andrew
Awesome project! Could we publish this as a Docker image, to make it easier for others to tinker with?
Could we get an additional macro pattern for `lazy_static!` that allows for lambda procs to run, without binding the result to a variable?
`M-:` is a very important, general-purpose Emacs hotkey for evaluating Emacs Lisp commands. Please don't override this key to evaluate newLISP code. As a workaround, I've added: ``` (use-package newlisp-mode...
Please install appmetrics-prometheus as part of the CI test suite, in order to make sure that this package reliably installs (e.g. in Linux, macOS, Windows).
node-gyp still has issues with Python 3 support. Please patch node-gyp or select a more modern build system for native dependencies. Alternatives: * https://www.npmjs.com/package/cmake-js * https://www.npmjs.com/package/make-js * Premake https://premake.github.io/ *...
Please avoid using native C/C++ dependencies in NPM packages. While native dependencies may offer performance benefits, they also tend to require a lot of extra effort to install and manage...
Please move the delete data menu item away from common items like remove from list, so that users don't delete data by accident.
## Current Behavior When I try to run the test suite, I get an error. ## Steps to Reproduce 1. `cargo test` ## Trace ```console $ cargo test Compiling openssl...
Add factorio, a CLI tool for quickly generating lots of cross-platform ports for Go applications. > Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards)...
Hi, I like the idea of htmlq, as overall I find both xmlstarlet and tidy(-html5) and to be fairly cumbersome and antiquated. And sed, of course, is not up to...