Josh Quintana

Results 3 issues of Josh Quintana

- Added `.jshintrc` - Removed unneeded variables / matched quotes / == to === - `benchmark/parse_map.js` - was trying to split by `'\r\n'` on Windows. Changed to `/\r?\n/` - instead...

**Describe the bug** Running in AWS lambda, the application cannot start due to `panic: cannot statfs cgroup root: no such file or directory` from `go/pkg/mod/github.com/zeromicro/[email protected]/core/stat/internal/cgroup_linux.go:191` See [opencontainers/runc#2634](https://github.com/opencontainers/runc/pull/2634/files) - they don't...

Fixes #2019 for AWS Lambda scenarios when `stat` does not poll cpu