Skip to main content

Questions tagged [patch]

A patch is a piece of software designed to fix problems with, or update a computer program or its supporting data. This includes fixing security vulnerabilities and other bugs, and improving the usability or performance.

-1 votes
1 answer
71 views

I am trying to hit a PATCH API in C# and getting http 400 bad request error. However same API is working and returning 200 response in ReadyAPI tool

I am trying to hit a PATCH API using C# and getting a http 400 bad request error. However, the same API is working fine and returning http 200 responses in Ready API tool. I tried all the ways from ...
Anit Dhanapal's user avatar
0 votes
0 answers
11 views

Git file patch with lib/s and web.xml changes

I'm trying to mantain a repository made with branches of the same core project but each branch has few elements (like for example css values and logo) who need to remain different, i was trying to do ...
Thoruk's user avatar
  • 26
1 vote
0 answers
19 views

How to avoid --unsafe-paths with "git apply" outside a repository?

I'm trying to apply a patch generated using git diff from two similar trees. None of the two trees are in a git repo. It only works if I pass --unsafe-paths to git apply (the diffs can contain renamed ...
patraulea's user avatar
  • 806
0 votes
0 answers
24 views

Merge sections from different files in different branches

What I would like to do is as follows; Branch A; | | \ main.c \ void foo() {...} \ void bar() {} Branch B; | | \ bar.c \ void bar() {...} That is to say, with A as the main branch, and B ...
twelfth's user avatar
  • 69
0 votes
0 answers
34 views

patch doesn't work when called multiple times

I have a form and a button with which I want to send data from input fields to a table. The logic is as follows: there are AppId fields and two corresponding attribute fields. It should result in ...
user26167691's user avatar
0 votes
1 answer
26 views

mocking a self-defined decorator which has a function in it

I am trying to unit test a flask application route that calls a function that is wrapped by a self-defined decorator called verify_jwt. This decorator is defined in the same module where are defined ...
mokhinurra's user avatar
0 votes
0 answers
23 views

How to create, maintain and apply patch files to artifacts in consumed conan Packages

A Conan Package with artifacts is consumed within a git repo. Some artifacts must be patched by multiple changes. I search for a good way to once create different Patch files and also apply them ...
bakerinc's user avatar
0 votes
1 answer
29 views

patch: do not remove empty ancestor directories

I need to merge changes between directories into a third directory. I am using patch to merge the files and a custom script to merge the empty directories (mkdir/rmdir). Unfortunately patch will ...
user19087's user avatar
  • 1,967
0 votes
0 answers
128 views

A bit of retro debugging that puzzle me! syser debugger: does really work on windows 7?

After just one BSOD I managed to get it working on windows xp sp2 in vmware 7.1.4 (Last version before syser 1.99.1900.1220 was out). Now, according to the update log, version Windows 7 sp1 was ...
mark pilsur's user avatar
0 votes
1 answer
35 views

How to model a data object that represents a PATCH request body whose fields can be undefined, null or values

Let's suppose I need to call an HTTP API PATCH endpoint whose schema for the body is: { ... "type": "object", "properties": { "propertyOne": { "...
Codrin's user avatar
  • 75
0 votes
1 answer
37 views

PowerApps patch function. Can you do a database insert via a SQL view?

I am learning PowerApps to interface with a SQL database. My organization uses the MS 365 platform, but it actually needs the power of a SQL database. PowerApps is marketed as a low/no code tool, but ...
PCCT's user avatar
  • 1
0 votes
1 answer
44 views

pnpm patch successfully patches the project, but the patch does not take effect when the project is running?

I found a problem with el-form, so I decided to patch element-ui in my project. [email protected], [email protected], pnpm, element-ui@^2.15.14 I ran pnpm patch element-ui@^2.15.14 The root directory patches file ...
Ethan Daniel's user avatar
0 votes
0 answers
21 views

Powershell WSUS missing patch script not working

Script does not seem to pull the systems from any the Workstation Patching Groups but if i change them to the server groups Server Patching Group it works I was wondering if it the way someone named ...
JZastrow's user avatar
0 votes
0 answers
24 views

Getting weird errors regarding column names inside a Patch function in Power Apps

I have two lists. Equipment Inventory' list and 'EI - Oakland, CA' has these exact column names: EquipmentName, EquipmentID, PhoneNumber, EquipmentType, Status, Email, CheckedOutBy, CheckOutDate, ...
Garrett Jones's user avatar
0 votes
1 answer
38 views

If PATCH can do everything that PUT can do then why even PUT exists? [duplicate]

If PATCH can do everything that PUT can do then why even PUT exists? I researched a lot on this topic and I am able to know basic difference between the two. PUT is for creating or updating/replacing ...
Arhit Singal's user avatar

15 30 50 per page
1
2 3 4 5
190