Questions tagged [updates]

[Instead of using this tag, please use the appropriate tag for the software and/or library in question] Updates 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. This tag seems fairly useless, as most software engages in updating something most of the time.

3806 questions
13
votes
3 answers

Uninstall Visual studio 2013 update 1 rc

In fear of sounding like a noob; I'm having troubles uninstalling visual studio 2013 update 1. How do I do that?
Stígandr
  • 2,874
  • 21
  • 36
13
votes
8 answers

windows automatic software updates

What are some good solutions for handling automatic web based software updates for windows forms projects? I am aware of microsoft one-click, but am not interested in it at this time.
Paul
12
votes
1 answer

npm is really slow while installing/updating packages from private git repositories

I use a lot of private node packages (stored on my personal github repositories) in my projects: "devDependencies": { ... "my-package": "github:username/my-package#master" ... } my issues is that, when updating a project or when running npm…
Frank
  • 2,083
  • 8
  • 34
  • 52
12
votes
3 answers

Android: Notify user of a newer version

I am finding alot of users for some reason are not upgrading my application when new versions come out. Is there a way for my application to query the Marketplace application and then notify the user if a newer version is available ?
Chris
  • 629
  • 3
  • 8
  • 14
12
votes
2 answers

How can I deal with security updates in my docker containers?

We want to avoid including "yum update" within the dockerfiile, as it could generate a different container based on when the docker images is built, but obviously this could pose some security problems if a base system needs to be updated. Is the…
jaumann
  • 123
  • 1
  • 6
12
votes
1 answer

Android Wear and Google Fit: How to force update of datasets between smartwatch and smartphone?

From the smartphone by using HistoryAPI If I ask for user's history and DataType.TYPE_HEART_RATE_BPM for the last past hour, starting from the current time, I miss data from the last half hour. If I ask them to Google Fit with the same procedure…
user3290180
  • 4,260
  • 9
  • 42
  • 77
12
votes
3 answers

Add a field to existing MongoDB document (with Mongoose in Node.js)

I have this existing document in a collection Article in MongoDB database: [ { site: 'www.atlantico.fr', date: '2014-05-27T11:10:19.000Z', link: 'http://www.atlantico.fr/example.html', _id: 538473817eb00f082f4803fc, __v: 0} ] I want to add a new…
GBC
  • 345
  • 3
  • 8
  • 23
12
votes
1 answer

Updated Git but still showing old version

I downloaded and installed Git 1.8.4.2 from this link: http://git-scm.com/downloads. However, when I run git --version from the Terminal I get: [~/workspace/ruby]: git --version git version 1.7.4.4 I've tried restarting the terminal and my…
sixty4bit
  • 7,422
  • 7
  • 33
  • 57
12
votes
4 answers

How to avoid creating a new row if similar row exists?

I need to configure hibernate to avoid creating duplicate rows, (although the row exists it creates a new one, and since only one filed is set it set all the rest to NULL) Lets say I have a row as following id des index age 1 MyName 2 …
user2071377
12
votes
1 answer

Phabricator: Arcanist : arc diff --update : No Changes Found

I recently started using phabricator. I am using the Arcanist CLI to submit the differential to phabricator. It was working fine until yesterday and today it throws an error whenever i am trying to create a new revision or update an existing…
Amyth
  • 32,527
  • 26
  • 93
  • 135
11
votes
3 answers

Ubuntu graphviz 'sfdp' not working

I'm trying to make some Networkx Graphviz graphs. After running: pos = nx.graphviz_layout(G, prog = 'sfdp'). An error occured, saying: Error: remove_overlap: Graphviz not built with triangulation library After some Google research I found that GTS…
VlS
  • 586
  • 3
  • 13
11
votes
1 answer

Android Studio - IBus prior to 1.5.11 may cause input problems. See IDEA-78860 for details

Android Studio 1.5 Build #AI-141.2422023, built on November 12, 2015 I just updated my Android Studio on Ubuntu 15.10 when it gave me the prompt that a new version is available. After the patch download was finished, I chose the option to use my…
Sajib Acharya
  • 1,666
  • 5
  • 29
  • 54
11
votes
2 answers

Where is HTML renderer of View Results Tree hidden in Jmeter 2.13

Where is hidden HTML response renderer option? This happened to me after update jMeter to 2.13 r1665067.
medy75
  • 652
  • 11
  • 33
11
votes
1 answer

How to update the entire Anaconda Python distribution offline in Windows?

I use Anaconda Python distribution on a Windows machine without Internet access. The installation is extremely easy: just download and copy the Anaconda Windows installer and install in standard way. But when it comes to updating: If I manually…
herrlich10
  • 6,212
  • 5
  • 31
  • 35
11
votes
1 answer

How to test Windows Phone 8 app update, migrate IsolatedStorageSettings

I have completely rewritten one of my Windows phone 8 app. I use IsolatedStorageSettings to store user specified settings in both "old" and "new" versions of my app. In my new app version I just convert the old settings structure to new one. Now I…
devha
  • 3,307
  • 4
  • 28
  • 52