Top "Patch" questions

A patch is a piece of software designed to fix problems with, or update a computer program or its supporting data.

How to patch a ConfigMap in Kubernetes

Kubernetes ships with a ConfigMap called coredns that lets you specify DNS settings. I want to modify or patch a …

kubernetes patch configmap coredns
Is there are way to patch jar files?

Suppose I sent a large jar or war file to someone. Could I later just change one small section and …

java jar patch war
Install RT Linux patch for Ubuntu

Trying to make my generic Ubuntu to real time Ubuntu by modifying the kernel by patching / installing RT Linux but …

ubuntu kernel real-time patch rtos
How to patch a module's internal functions with mock?

By "internal function", I mean a function that is called from within the same module it is defined in. I …

python mocking patch
How to overwrite some bytes in the middle of a file with Python?

I'd like to be able to overwrite some bytes at a given offset in a file using Python. My attempts …

python file patch
How do I get patch to ignore carriage returns?

I'm attempting to apply a patch to a file with Windows line endings on a Linux system and I'm getting …

whitespace patch carriage-return eol
apply svn patch to git repository

Ok, I've tried all answers i could find on stackoverflow, but apparently none seem to be able to solve my …

git svn patch
How do I make a PATCH request in Python?

Is there a way to make a request using the PATCH HTTP method in Python? I tried using httplib, but …

python http patch httplib
Is there a way to diff files from C++?

I'm looking for a C or C++ diff library. I know I can use the Unix diff tool in combination …

c++ c diff patch
Patch - Why won't the relative patch target name work?

I've imported a class from a module, but when I try to patch the class name without it's module as …

python mocking patch