webdiff icon indicating copy to clipboard operation
webdiff copied to clipboard

Two-column web-based git difftool

Results 97 webdiff issues
Sort by recently updated
recently updated
newest added

I'd like to copy `704817b.png`, the current file name: It's easy to copy the previous or next file name, but not the current one! It would be nice if this...

Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.7 to 43.0.1. Changelog Sourced from cryptography's changelog. 43.0.1 - 2024-09-03 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.2. .. _v43-0-0: 43.0.0...

dependencies
python

Bumps [webpack](https://github.com/webpack/webpack) from 4.47.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies
javascript

If you try to diff two 20 MB JSON files with just a few changes, `git diff` will happily do it. But the webdiff UI might choke because it does...

codediff.js

I had to switch from `pip install webdiff` to: brew install pipx pipx install webdiff after a recent homebrew update. The README should mention this workflow, or I could just...

Hopefully fixes #66 Running a [websockets] server and Python `http.server` simultaneously proved difficult, so I wound up moving the app entirely over to [aiohttp], which includes built-in websocket support on...

This should fix the `NODE_OPTIONS=--openssl-legacy-provider` issue.

Bumps [pbkdf2](https://github.com/crypto-browserify/pbkdf2) from 3.1.2 to 3.1.3. Changelog Sourced from pbkdf2's changelog. v3.1.3 - 2025-06-20 Commits Only apps should have lockfiles 8b06730 [lint] fix whitespace 9a76e2f [lint] fix parens/curlies/semis/etc 6fd84bf [meta]...

dependencies
javascript

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 to 2.5.0. Release notes Sourced from urllib3's releases. 2.5.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

The add/remove links have widths of 73% and 28%, which adds up to 101% and wraps to the next line. These need to be rounded in such a way that...

bug