Ryan Zimmerman

Results 17 issues of Ryan Zimmerman

Need to have an API key on the CI server in order to run some tests there. Relevant code: https://github.com/ExodusMovement/cryptocompare/blob/6b2cc44b35952ede00d728953e95ae0eb95981e7/test/cryptocompare.test.js#L7-L14 https://github.com/ExodusMovement/cryptocompare/blob/6b2cc44b35952ede00d728953e95ae0eb95981e7/test/cryptocompare.test.js#L278

ESLint allows inline descriptions in configuration comments: https://eslint.org/docs/latest/user-guide/configuring/rules#using-configuration-comments This removes the need for two separate comment lines, and keeps the descriptive comment directly tied to the eslint-disable comment.

gconf has not been required by electron since electron v3: https://github.com/electron-userland/electron-installer-common/blob/1ef24cbba0db0fa392574595eaa00985a7587e7e/src/dependencies.js#L27-L32 The libgconf-2-4 package is unavailable in Debian trixie and Ubuntu mantic, resulting in installation errors on those platforms I...

`unicorn/consistent-function-scoping` demands that functions that be moved to the outer scope, even though the function captures a block-scoped variable. Totally contrived example: ```js function foo() { for (let i =...

bug
help wanted

Resolves #962 Happy to add tests for this, but I didn't see any existing tests for the `--output` CLI option; am I missing them?

https://github.com/bcomnes/npm-run-all2

Not sure if this is in scope, as it's somewhere between a task runner and a fully-fledged build tool. But putting this here so I don't forget about it: https://github.com/google/wireit