patch
Here are 620 public repositories matching this topic...
The current example in https://github.com/benjamine/jsondiffpatch/blob/master/docs/formatters.md does not trigger html arrows display.
This is the closest I've came up with to make it work :
var delta = jsondiffpatch.diff(left, right);
// left is optional, if specified unchanged values will be visible too
var el = document.getElementById('the-diff');
el.innerHTML = jso
Diff Match Patch is a high-performance library in multiple languages that manipulates plain text.
-
Updated
May 28, 2020 - Python
Describe the Bug
Right-click options are gone when "Copy Selector" is enabled.
To Reproduce
Turn on "Developer Mode" and "Copy Selector", and right-click an image popup.
Expected Behavior
Options to copy/save image previews, copy/open links, in addition to Copy Selector.
Screenshots
 while only restarting the Android Activity. Most importantly, there is no private API invoked in Stark.
-
Updated
Aug 14, 2019 - Java
a C\C++ library and command-line tools for Diff & Patch between binary files or directories(folder); cross-platform; run fast; create small delta/differential; support large files and limit memory requires when diff & patch.
-
Updated
Apr 18, 2020 - C
New to Go. Would like to use this library, but don't see any examples or documentation. Even the most minimal documentation would be useful to new Go developers like myself.
gomonkey is a library to make monkey patching in unit tests easy
-
Updated
Mar 8, 2020 - Go
Delphi Detours Library
-
Updated
Jan 27, 2019 - Pascal
We started using the library and on a specific scenario, we have to use Ecto.Multi .
Looking through the documentation/code, the usage of ExAudit.Tracking.track_change implies that user will build the resulting_struct through Ecto.Repo.Schema and that is clear unless you go through the codebase.
Also, Ecto Documentation does not expose Ecto.Repo.Schema which makes the usage trickier.
Borderless iTerm2 patch with a few extra features
-
Updated
Dec 8, 2018 - Makefile
We need documentation for our code.
I propose following the google styleguide:
https://google.github.io/styleguide/cppguide.html
specially just go to how to comment functions. Most functions are NOT SELFEXPLANATORY. And i spent now hours over hours to find out what just single functions do. Let alone a set of functions, called in a specific order. This must stop.
The bare minimum for me wo
Contributor Tutorial
JSON object diffs and reversible patching (jsondiffpatch compatible)
-
Updated
May 15, 2020 - C#
To remove the buggy programs used in tests, located in examples folder, we can create another repo and put all of them there.
Then, we include an script that clone the repo, triggers the buggy programs' compilation, etc
Patchman is a Linux Patch Status Monitoring System
-
Updated
Jun 5, 2020 - Python
Improve this page
Add a description, image, and links to the patch topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the patch topic, visit your repo's landing page and select "manage topics."


Background: I have a pull request into a repository where the npm module isn't up-to-date with
master, and I'd like to test out my branch in a module that depends on it through a bunch of different deep dependencies. It seems like patch-package would be a great solution for this.Problem: When I append
.patchto my GitHub URL it gives me a patch, but when I pass it topatch -p1it