Questions tagged [updating]

Updating can refer to the modification of data or configuration by an application, process, or service, or can refer to the modification of software by a process.

1058 questions
7
votes
1 answer

ng-class not updating properly on value change

I'm working on a project that need to allow users to add/remove tags on images. There is grid view, single view and mixed view. The grid view displays image thumbs in a grid, Single view displays images one by one and the mixed view has the grid…
madks13
  • 155
  • 14
7
votes
3 answers

Android App Updating Without Losing Data

I'm new to Android development, so I'm trying to do an app that stores information about a warehouse. However, I'm afraid that if I perform an update, the user data will get lost. Do I have to manage which data should remain unchanged upon…
kickingnico
  • 178
  • 1
  • 11
7
votes
5 answers

Equivalent of “ScreenUpdating” in Google Apps Script (equivalent VBA-GAS )

I'm looking for the equivalent VBA-GAS of: Application.ScreenUpdating = False I'm running a very long macro in one of my Google Spreadsheets and it takes at least 30 seconds to finish it every time. It would be helpful if the macro didn't refresh…
7
votes
1 answer

JPA - updating an embedded entity generates invalid SQL

I am trying to update an embedded entity and JPA seems to generate the wrong SQL. I have a Company entity with an embedded Logo entity @Entity public class Company { private Long id; @Embedded private Logo logo; // Omitted other fields,…
Julius
  • 2,784
  • 6
  • 32
  • 54
6
votes
4 answers

How to draw an empty rectangle on screen with Python

I am not an expert and I am trying to show a rectangle on screen which follows mouse movements from a settle starting point, just as when you select something in word or paint. I came with this code: import win32gui m=win32gui.GetCursorPos() while…
José Chamorro
  • 497
  • 1
  • 6
  • 21
6
votes
0 answers

skipWaiting() is not installing new service worker which is stuck in waiting phase

I am creating a PWA and I want to prompt user when an updated service worker is available but it get's stuck into waiting phase regardless of whether I call skipWaiting() or I manually press skipWaiting in dev console. The new service worker will…
6
votes
1 answer

Angular 5 service variable value updating

I can not update my angular service variable value. I have two non-related components, and i want to send updated object from one to other one , using service . But I can't update object in service. First component : import { SoruService } from…
mevaka
  • 1,980
  • 2
  • 17
  • 24
6
votes
1 answer

How to do zero-downtime rolling updates for app with (long-lived) sticky sessions using containers

Am trying to figure out how to provide zero-downtime rolling updates of a webapp that has long-lived interactive user sessions that should be sticky, based on a JSESSIONID cookie. For this (and other) reasons I'm looking at container technology,…
Paul
  • 335
  • 1
  • 3
  • 16
6
votes
3 answers

Is it Possible to Have a Transforming Iterator in C++?

Assume I have a C++ iterator that not only traverses a data structure but also applies a transformation to the elements when it is dereferenced. As a real-world example, here's an iterator that goes over the pixels in a bitmap, transforming the…
Cygon
  • 9,444
  • 8
  • 42
  • 50
6
votes
5 answers

Updating Table rows using jQuery

Suppose you have a html table:
Florian Mertens
  • 2,418
  • 4
  • 27
  • 37
5
votes
2 answers

Where should I be saving a model in Laravel MVC?

I'm trying to get a more concrete understanding of MVC and keeping the controller layer as thin as possible. One thing I keep asking myself is "Where should I call modelname->save()?" Looking at the Laravel documentation, they set data to the model…
SegFaultDev
  • 455
  • 1
  • 7
  • 24
5
votes
1 answer

Show an updating image in just one window

I want to show a jpg in a window which updates multiple times per second. I have coded a very very compact program with just 100 lines of code (a neural network which creates the image) and don't want to put in another 100 lines of code to just show…
user7035883
5
votes
2 answers

How do popular applications update and install?

I know this question has been asked lots of times but mostly I couldnt find the answer I was looking for. How do popular applications update themselfs ? I found some libraries that update applications but mostly they just replace all the application…
Jan1902
  • 193
  • 1
  • 16
5
votes
3 answers

How do I 'force' python to use a specific version of a module?

I'm new to python so I apologize if this has been answered elsewhere with tags I haven't thought of. I'm trying to update numpy from the 1.6 version I have now to 1.8. I've installed numpy in my python site-packages when I call numpy it calls the…
emptyMug
  • 142
  • 1
  • 1
  • 7
5
votes
4 answers

How to force Android Webview to repaint on DOM changes?

I'm currently working on a web portal that needs to be run within an Android Webview as part of a native application. This whole portal is heavily AJAX-based. So whenever a form is submitted, this is done asynchronously. Depending on the response, I…
NATOR
  • 505
  • 2
  • 5
  • 14
1 2
3
70 71
ID Username First Name Last Name