Brittany Reid

Results 3 issues of Brittany Reid

Cool package, hoping to do some fun stuff with it. I have the following component that measures width and prints it. ```js const main = () => { const [width,...

Updated set-value, mocha based on `npm audit`. 1 failing test case removed: ```js it('should not mistake double backslashes for escaped keys', () => { store.set('foo\\\\.baz', 'bar'); store.set('baz', null); store.set('qux', 5);...

Something similar to slice-ansi: https://github.com/chalk/slice-ansi/issues/22 My use case is wrapping strings to terminal width, and only showing some lines. The following example works as expected: ```node var string = chalk.bgGreen("test");...

bug
help wanted