Skip to content
#

patch

Here are 620 public repositories matching this topic...

christianbundy
christianbundy commented Jan 11, 2020

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 .patch to my GitHub URL it gives me a patch, but when I pass it to patch -p1 it

gterras
gterras commented Jan 30, 2018

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
BetterDiscordApp
stonehz
stonehz commented Jul 11, 2018

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.

Krarilotus
Krarilotus commented Mar 30, 2020

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

Improve this page

Add a description, image, and links to the patch topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the patch topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.