Wolf icon indicating copy to clipboard operation
Wolf copied to clipboard

Wolf is a VsCode extension that enables live inspection of Python code in the editor.

Results 31 Wolf issues
Sort by recently updated
recently updated
newest added

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.14.7 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.5 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Bumps [ssri](https://github.com/npm/ssri) from 8.0.0 to 8.0.1. Changelog Sourced from ssri's changelog. 8.0.1 (2021-01-27) Bug Fixes simplify regex for strict mode, add tests (76e2233) Commits 3eec7a3 chore(release): 8.0.1 2083289 chore: update...

dependencies

![image](https://user-images.githubusercontent.com/68435083/102839633-dfc34980-43f8-11eb-8868-2fedd1b4a1ea.png)

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

cause I'm too lazy to move my mouse over to that icon all the way in the right... or for those l33t hacker keyboard masochists who don't even have a...

enhancement

**Works:** ```python print('a'*8190) # a's show up ``` **Doesn't work:** ```python print('a'*8191) # a's don't show up ``` Interestingly the output log for the extension still shows characters, it just...

bug