escapedcat

Results 64 issues of escapedcat

This is just running fine: ```ts const DEFAULT_COLORS: [string, string, string] = ['white', 'yellow', 'red']; console.log(pc[DEFAULT_COLORS[1]]('sad')); ``` https://codesandbox.io/p/sandbox/picocolors-types-29zfg9?file=%2Fsrc%2Findex.ts%3A11%2C1 But how to type this correct? I'm too stupid, sorry. For `DEFAULT_COLORS[1]`...

### Expected Behavior - test are passing or have been updated to the new version - commitlint can publish using lerna v7 (with installed prettier v3 dependency) ### Current Behavior...

feature
community
blocked

https://github.com/cosmiconfig/cosmiconfig/releases/tag/v9.0.0

Further updates for PoC. P.s. We should not translate the languages in the dropdown I believe. Finding "English" when it's on Czech is rough :P

# Background for this PR Linting the code will make sure on the long run code is consistent. Every touched or newly added code will be linted. Prettier takes care...

I have the following setup: ``` bash node --version v0.10.28 ``` ``` bash styledocco --version StyleDocco 0.6.6 ``` ``` bash ruby --version ruby 2.0.0p481 (2014-05-08) [x64-mingw32] ``` ``` bash sass...

Support for [nvm](https://github.com/nvm-sh/nvm#intro) helps people like me to on their first install. It will automatically use node v12 if you are using nvm. Everything works like before if you don't...

### Expected Behavior Colors should work like before in the terminal but without an extra dependency Packages using this dep: - cz-commitlint - format - load - prompt - types...

enhancement
blocked

Trying the current ["Publish to relays" example](https://github.com/jeffthibault/python-nostr#usage) I get ``` event = Event("Hello Nostr") ^^^^^^^^^^^^^^^^^^^^ TypeError: Event.__init__() missing 1 required positional argument: 'content' ``` Not sure what's missing. Using -...