Gareth Jones

Results 149 issues of Gareth Jones

While `-help` includes the version as the first line of it's output, it also includes the usage help text which is sizable vs just the version line. Having `-version` makes...

Given #13 & `args.sub`, I think it's a reasonable next step for this library to provide some basic support for arguments. I think it's relatively easy to do, given that...

While I have VSCode installed, I use IntelliJ/WebStorm for development. IntelliJ supports being called [from the command line](https://www.jetbrains.com/help/idea/working-with-the-ide-features-from-command-line.html), and will magically handle figuring out if it needs to open a...

This is more of a meta issue for tracking, since it's a pretty big ask given the amount of work it'd take, but would you be interested in making a...

I have a couple of rooms that don't have owners, which causes `toJson` to fail when called on those rooms. While this may be a bug in HipChat, there should...

You can use [`is-wsl`](https://github.com/sindresorhus/is-wsl) to check if the env is in the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/faq).

enhancement
help wanted

A lot of projects that have `.env` files use `.env.example` as the example file, rather than provide an actual `.env`. It would be cool if this plugin supported reading `.env.example`...

question

I'd love to use this in TypeScript, but there are no definitions 😬 I'm happy to contribute them, but I'm pretty busy right now, so I'm making an issue in...

Currently to change things like `added` and `removed`, you have to [mutate an export](https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-mutable-exports.md), which means you're changing it globally. It'd be great if the `opts` object supported taking these...

Title says it all; the cacheFile field doesn't result in a cacheFile being generated or used. I'm using `[email protected]`, `[email protected]`, `[email protected]`, and right now it actually isn't even generating the...