Mark Stosberg

Results 174 issues of Mark Stosberg

There are several patterns for handling sensitive data that you don't want committed to `git` as plain text in your configuration. One that `node-config` supports natively is storing data in...

The [AWS Lambda](https://aws.amazon.com/lambda/) service presents an interesting opportunity and challenge for the kind of complex configurations that `node-config` enables. I'm interested in discussing options for configuration with other `node-config` user....

When running `paru -Syu`, with the width of the "Packages" to install is unlimited, making it hard to read on wide terminals: ![image](https://user-images.githubusercontent.com/25829/170549183-7d866ef3-6c67-4e20-8421-0815574a7e96.png) A principle of typography is that people...

This page contains some references to further documentation to review, like this: http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html "See AWS.S3.region for more information." "See AWS.S3.maxRetries for more information." However, the references aren't linked and it's...

documentation
feature-request

It would help people evaluating upgrading if a changelog was kept. For example, one of the last releases had a major version upgrade. This implies possibly breaking changes, but documentation...

enhancement

I have to switch back and forth between `ack` on my latop and lots of services that only have `grep`. Compatibility with `grep` is a valued feature. So it would...

feature

Thanks for Teamocil. According to the [Free Dektop XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-0.6.html), ~/.config/ should be used for personal config files. From the spec: > $XDG_CONFIG_HOME defines the base directory relative...

**Is your feature request related to a problem? Please describe.** Today I installed `onagre` for the first time and tried to start it but it immediately crashed: ``` onagre Unable...

good first issue

Unpublished packages currently cause pain for NPM users. A recommended approach ends up being to [delete your lock file and re-generate it](https://github.com/yarnpkg/yarn/issues/6702#issuecomment-442314783), which can cause a huge amount of dependencies...

Enhancement