SteelPhase

Results 6 issues of SteelPhase

I'm wondering if there would be any interest in making `zapcore.EncoderConfig` extendable so that custom Encoders could rely on it for additional configuration they may need. As far as I...

I've noticed that when generating tests, they will generate as invalid if the `*_test.go` file uses the `_test` suffix in its package name (i.e.`package *_test`).

bug

#### Your system information * Steam client version (build number or date): latest version (no idea how to get steamcmd to tell me) * Distribution (e.g. Ubuntu): Ubuntu 19.04 *...

SteamCMD

Would it be possible to have the regex parser support character classes like `\w` within other character classes? I had a regex pattern earlier that used the character class `[0-9a-zA-Z_\.-]`,...

help wanted
feature request
good first issue

- VSCode Version: 1.53.1 - Local OS Version: Windows 10 20H2 - Remote OS Version: macOS Catalina 10.15.7 - Remote Extension/Connection Type: SSH I am using remote ssh to connect...

bug
ssh
plan-review

This is my attempt at resolving goyacc's dependence on certain global variables Fixes golang/go#44774

cla: yes