Kris Kaczor

Results 102 issues of Kris Kaczor

### Version [v2.10.0](https://github.com/consola/releases/tag/v2.10.0) ### Reproduction link [https://repl.it/repls/RealDarkredOolanguage](https://repl.it/repls/RealDarkredOolanguage) ### Steps to reproduce Create deeply (4 levels) nested object and try to log it. ### What is expected ? Whole object gets...

cmty:bug-report

Currently we generate event types like this: ```typescript export type Event3_bool_uint256_Event = TypedEvent< [boolean, BigNumber], { value1: boolean; value2: BigNumber } >; ``` This is fine if user wants to...

enhancement

If user already uses prettier we should use: * user installed prettier version * user defined config (.prettierrc / package.json config) This way we ensure that typechain generated code matches...

enhancement
good first issue

We should add explicit runtime errors that stop CLI execution when an obvious version mismatch is detected. No one (me neither) checks peer dependency-related errors from a package manager. TC...

enhancement
good first issue

Need to make proper issues in `typescript-eslint` repo: ### @typescript-eslint/no-unused-vars Doesn't respect `_` on unused *types*

**Is your feature request related to a problem? Please describe.** Recently I learned about all-contributors projects, I immediately looked into documentation and... got confused. There is a bot, CLI but...

enhancement
status: waiting for feedback
pinned

There is a concurrency bug in Chronos. Running script like this *sometimes* results in error: ``` #!/usr/bin/env bash cd "$(dirname "$0")" set -euf pipefail for number in {1..30} do echo...

I wonder how to secure haproxy. For example I would like to use basic auth to limit access to some :9090. It's super weird that with default config for this...