Skip to main content

Questions tagged [overwrite]

Overwriting is a process of replacing content with other content in place. It can be physically replaced on storage, or overridden with newer version of content type.

0 votes
0 answers
45 views

How do I get the VBA Code to stop overwriting when I copy the data to another sheet

I have a VBA macro which is supposed to copy data from one sheet to another when the row is highlighted. It sort of does this, but it defaults to overwriting the end row, I've tried changing it but it ...
Aaron Sharples's user avatar
0 votes
0 answers
23 views

Overwriting all the elements of the list with the last element in for-loop in R

I have this this code for making a ppt from R: library(officer) pres <- read_pptx("E:/ZEM Solutions/Iz R-a u Power Point/ZEM_Template za migrenu.pptx") title_s1 <- "Trial" ...
newtoR's user avatar
  • 35
0 votes
1 answer
62 views

Overwrite files in git repo

A code project is sent to us without version control. We have turned its initial version into a git repository and made a dev branch to make some changes. Now a new version has been delivered (again ...
Martin Der's user avatar
0 votes
1 answer
29 views

Overwrite a hive table without downtime

I have a hive table which is associated with an HDFS path. The table is overwritten by a periodic job and has a few downstream consumers. The table gets dropped while being overwritten and if a ...
Utkarsh Roy's user avatar
0 votes
1 answer
113 views

Issue with INSERT INTO statement in Trino (version 389) using Hive Connector (version 3.1.3) and session setting for OVERWRITE

I'm encountering an issue while trying to insert into a table using the INSERT statement in Trino version 389 with the Hive Connector version 3.1.3. Specifically, when I set the session to overwrite, ...
Pawan's user avatar
  • 21
0 votes
0 answers
34 views

How to avoid data loss with File.rename in Dart / Flutter?

Future<File> File.rename(String newPath) doc: If [newPath] identifies an existing file or link, that entity is removed first. If [newPath] identifies an existing directory, the operation fails ...
Fractale's user avatar
  • 1,568
1 vote
1 answer
98 views

How to overwrite nn.conv2d

I want to overwrite nn.conv2d so prepared models such as resnet, alexnet etc. can use it without changing the all nn.conv2ds in the model manually. from torchvision import models from torch import nn ...
Alican Kartal's user avatar
0 votes
0 answers
49 views

How can I Overwrite things that are written in my appsettings.json with the information the user of my programm gave me

So this is my Main Program i have separated classes but they do not matter for this problem (Im sorry the Programm outputs are German) using System; using System.IO; using System.Net; using System....
BEN's user avatar
  • 1
1 vote
1 answer
66 views

Is there a way to prevent data overwrite error and leave mapping table cell blank?

sheet Is there a way to code it so I can have blanks in my mapping table without. the formula failing in my budget sheet? I want it to be able to recognize when the category is Travel, it is Variable ...
user23269969's user avatar
0 votes
2 answers
35 views

Custom cursor and typeover text box

I need a text box and cursor so that I can type over existing image numbers as shown in this picture.
JerrMerr's user avatar
0 votes
1 answer
74 views

How to inherit js file tax_group.js (account) in odoo 13

I need to add another state to a function in account/static/src/js/ tax_group.js line 94 var displayEditWidget = self._isPurchaseDocument() && this.record.data.state === 'draft' && ...
Paul's user avatar
  • 53
0 votes
0 answers
59 views

How can I save the current date without overwriting it? Pandas Python

I have a .csv database with names. Every month it is updated and I've created a code that breaks down the names that have left and those that have entered the database, generating two .csv's at the ...
Ana Fortes's user avatar
0 votes
0 answers
63 views

Overwritten program but still in console

While saving my file, I accidentally overwrote it with previous project. Now my new code is gone and I have only the old one. In console, I have old program still running. Is there any option to ...
Krzysztof Szczeciak's user avatar
0 votes
0 answers
38 views

How do I insert multiple input data from my data entry form to my data sheet in multiple rows?

I am a beginner exploring coding due to a task requirement. My form aims to input 10 data per person, per row (A2:J2) , per entry (trigger) for 6 persons. (A2:J7 for the 6 people in 1 trigger) My ...
JohPer's user avatar
  • 1
0 votes
0 answers
27 views

incorrect overwriting of a json file

I need to find a value in a file and then remove the block, but I have a trouble. def fineder(filename='C:\\path\\config.json'): with open(filename, 'r+') as file: file_data = json.load(...
Shinji_LinX's user avatar

15 30 50 per page
1
2 3 4 5
99