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
52
votes
13 answers

Update PyCharm on Linux

Could you please clarify to me correct way to update PyCharm on Linux? Is it impossible to update PyCharm internally? In help > check for update I can just download a new archive. Should I remove previous folder with PyCharm and unpack new or I…
emedentsii
  • 653
  • 1
  • 5
  • 9
49
votes
4 answers

Update multiple dependencies with Bower

I listed (and/or installed) several dependencies with Bower inside the bower.json file and/or with bower install https://github.com/username/project.git That worked fine. Now I can list all them with bower list and then I can pick the name of…
kaiser
  • 21,817
  • 17
  • 90
  • 110
47
votes
2 answers

Application's data folder in Mac

What is the equivalent of Window's C:\Users\userName\AppData\Roaming\appName? I need a directory that won't cause permission problems to store the updateable part of my application so I can automatically download and override my content. Thank you.
kambi
  • 3,291
  • 10
  • 37
  • 58
47
votes
5 answers

Heroku run shows update, is it necessary to update ? And if yes than how?

heroku run rails console ▸ heroku-cli: update available from 6.11.17 to 6.14.16-9ae58fc ▸ No app specified How do I update my heroku-cli version?
Pardeep
  • 2,153
  • 1
  • 17
  • 37
47
votes
4 answers

Removing Ignored Android Studio (or Intellij) Update Builds

When an Android Studio update is posted and you mistakenly click on Ignore This Update how do you apply the update without having to reinstall Android Studio?
hoss
  • 2,430
  • 1
  • 27
  • 42
46
votes
5 answers

Laravel check if updateOrCreate performed an update

I have the following code in my controller: for($i=0; $i<$number_of_tourists; $i++) { $tourist = Tourist::updateOrCreate([ 'doc_number' => $request['doc_number'][$I] ], $tourist_to_update); } Each time updateOrCreate runs, it…
Sergej Fomin
  • 1,822
  • 3
  • 24
  • 42
46
votes
9 answers

Why are my Xcode plugins (such as clang format) installed with Alcatraz no longer working after updating to new version of Xcode?

Today I updated to Xcode 6.3.2 and I can't run the Clang code formatting – it seems like it's not even installed. Everytime I update Xcode, I have to reinstall Alcatraz and most of the packages (why btw?) to make them work on the new version of…
Pavel Smejkal
  • 3,600
  • 6
  • 27
  • 45
44
votes
12 answers

Can't add script component because the script class cannot be found?

Yesterday I updated unity from unity5 to 2018.2.2f1. Unity scripts are not loading after Update 2018.2.2f1. Once I try to play the Scene the scripts are not loaded and I can't add the script again it gives this error: Can't add script component…
Joe
  • 879
  • 3
  • 14
  • 37
41
votes
7 answers

How to fix '"CheckAttributes" task could not be loaded'-error after installing Visual Studio 2013 Update 4

After installing Update 4, I now find myself unable to build (or even clean) any solution. I keep getting: Error 1 The "CheckPathAttributes" task could not be loaded from the assembly C:\Program Files …
Jason Evans
  • 28,906
  • 14
  • 90
  • 154
41
votes
2 answers

How does it work - requestLocationUpdates() + LocationRequest/Listener

I am new Android coder and I have problem with requesting updates for my localization. I working with tutorials from http://developer.android.com/training/location/receive-location-updates.html . My application can handle exceptions, getting…
F1sher
  • 7,140
  • 11
  • 48
  • 85
40
votes
7 answers

Android: How to update an UI from AsyncTask if AsyncTask is in a separate class?

I hate inner class. I've a main activity who launches a 'short-life' AsyncTask. AsyncTask is in a separate file, is not an inner class of main activity I need async task updates a textView from main Activity. I know i can update a TextView from…
realtebo
  • 23,922
  • 37
  • 112
  • 189
39
votes
6 answers

How to update / upgrade from Angular 4 to Angular 5+

I need to update my project from Angular 4 to Angular 5+ , I need to change all following dependencies to Angular 5+. I also updated Angular CLI to 1.5.0. I tried to create new project but it seems to create only Angular 4 project. ng new…
Sangwin Gawande
  • 7,658
  • 8
  • 48
  • 66
38
votes
4 answers

Android studio Where to install NDK file? (downloaded it in zip)

My android studio said it wanted to update. But when I did I tried to update it but it wouldn't work so I had to launch: C:\Users\username\AppData\Local\Android\sdk\tools\android.bat to install other packages. But the NDK file wouldn't update, so I…
Tim
  • 547
  • 1
  • 7
  • 17
37
votes
10 answers

Is there a way to automatically update application on Android?

I'm developing an application that will most likely be preinstalled on devices. It will be also available on Google Play. Is there a way to update those instances that are not downloaded through Google Play, since Google Play won't notify users…
Levara
  • 1,058
  • 2
  • 12
  • 21
37
votes
10 answers

Android Studio Update Error on OSX Yosemite

When I check for updates in Android Studio (1.0.1) it says there is an updates available (1.0.2), but shows this error: Android Studio does not have write access to /Applications/Android Studio.app/Contents. Please run it by a privileged user to…
aaa90210
  • 11,295
  • 13
  • 51
  • 88