Christopher Hiller

Results 253 issues of Christopher Hiller

**Description:** The example in the README fails YAML schema validation in VSCode **Action version:** v5.0.0 **Platform:** - [x] Ubuntu - [ ] macOS - [ ] Windows **Runner type:** -...

bug

I'm not sure if support for the `ipv6` format was implemented or if it was intended to be implemented, but using a `string` prop with an `anyOf` `[{format: 'hostname'}, {format:...

enhancement
good first issue

Consumers using `node16` or `nodenext` module resolution cannot access the types shipped with this package without a `types` entry in the conditional exports. See https://www.typescriptlang.org/docs/handbook/modules/theory.html#module-resolution for details

writing `port.txt` to the install path, if installed globally, could require superuser access. perhaps writing to `$HOME/.esp8266-port` or something would be more user-friendly?

This should not be the default list style: ![image](https://user-images.githubusercontent.com/924465/51947480-e6e2a800-23d9-11e9-924d-6dafdbec79c4.png) Change the stylesheet to display a "normal" list unless we apply a specific class for two-column display. I think it's OK...

status: accepting prs
area: documentation
good first issue

I'm maintaining [@types/wallabyjs](https://npm.im/@types/wallabyjs), and it'd make my life easier if any changes to the configuration were highlighted, tagged, or otherwise easily findable in the public CHANGELOG. The information on these...

Here: https://github.com/mantoni/mocaccino.js/blob/master/lib/setup-browser.js#L14 and here: https://github.com/mantoni/mocaccino.js/blob/master/lib/setup-node.js#L12 Mocaccino overwrites `Base.symbols.dot`. Why?

when you have a lot of aliases and groups, the huge list of tasks reported by `grunt --help` is overwhelming and difficult to understand. It'd be cool if gtx could...

So, given `foo.json`, apparently this is valid: ```js require('./foo') ``` (And they say you shouldn't `require` JSON files...) At any rate, when `filing-cabinet` receives a partial of `./foo`, it returns...

help wanted

the `register()` method keeps whatever was registered in memory, but if two libs were using `filing-cabinet` at the same time, they may have differing requirements for custom resolvers. maybe a...

help wanted