Braydon Kains

Results 148 comments of Braydon Kains

Further corroboration that this is a bug in this parser, `gopkg.in/yaml.v2` correctly fails to parse the invalid block of yaml: https://go.dev/play/p/wFRaLSQ4_xI

I would love to help, since I'm very invested in the outcome. It would be great to discuss what your ideas were and compare them to what I'd considered.

Hello! I would like to revive this discussion. We are still interested in finding a solution to this problem, even if it's not what I suggested in the issue. @dmitryax...

+1 for this! Really hope this gets merged :crossed_fingers:

I know this is an old issue, so chances are this is long solved. However in case anyone else happens to look at this issue for a solution: Not exactly...

I made a quick test project that only installed `express` and made a hello world `index.js`. I got the command to run with a couple changes: ``` braydonk@bk:~/Git/test-node$ addlicense -check...

The reason it matched everything is because you also had `.` at the end of your command; that's the directory to search, and since the `.yml` and `.sh` paths aren't...

This is still a problem. Perhaps a maintainer could add `exempt-stale` to this issue?

I would like handle metrics for Windows as well. I have issue #21379 open for this along with PR #22813 that adds support for a Windows exclusive `process.handles` metric. It...

I ended up changing the PR to use a WMI query instead and it ended up being the simplest way to do it. The PR is still waiting on a...