Mark Molinaro

Results 15 issues of Mark Molinaro

`#` Comments are valid inline in a codeowners file, but we currently treat them as more usernames. This change ensures we treat comments as such and strip them from the...

@ohana54, it seems #38 breaks a rare, but supported lockfile entry. yarn supports aliasing to other names via the syntax ``` { "package-a": "npm:[email protected]" } ``` With the lockfile check...

Resolves #543. By skipping over setting `LIKE` statements as Comparisons during lexing phase. We then more thoroughly check its usage during grouping. If we are creating a TABLE (identified based...

## How to reproduce the behaviour Hi! in the most recent release, the `setup_requires` numpy version was updated to a version which is not published for py3.8 https://github.com/explosion/spaCy/blob/master/setup.cfg#L39 1.24 is...