auto-update

sublime text 3 sidebar autoupdating not working

落爺英雄遲暮 提交于 2019-11-29 11:17:36
问题 I was wondering if anyone could tell me how to make it so that sublime text 3 automatically updates the sidebar when i add a new folder/file to the current project in finder (osx). Right now, I have to manually go to Project -> Refresh Folders My user preferences are probably not the issue as they are very basic: { "color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme", "font_size": 18, "tab_size": 2, "translate_tabs_to_spaces": true } If anyone could help that would be

Why isn't my Greasemonkey script updating?

眉间皱痕 提交于 2019-11-29 11:14:53
问题 I've got a Greasemonkey script for Firefox. The script includes this meta-block and some lines of code. I want to update my script on the server and then automatically update the browser's scripts. The requireSecureUpdates option is off. What am I doing wrong? My 1.meta.js // ==UserScript== // @name Ibood autosubmit // @include https://*.ibood.com/* // @include http://*.ibood.com/* // @include * // @version 1.1 // @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js //

Continues Speech Recognition beep sound after Google Search update

喜夏-厌秋 提交于 2019-11-29 07:29:01
I have an app that keeps on listening to voice and converting it to commands using Google Voice API. I have been using setStreamMute(AudioManager.STREAM_SYSTEM, true) to mute the beep and it worked until a couple of days ago before "Google Search" new update. Is there any workaround fix for it? I know I can use setRingerMode(AudioManager.RINGER_MODE_SILENT) , but maybe there is another method? In the update they switched the output of the 'beep' to the media stream. So you'll need to mute the AudioManager.STREAM_MUSIC There's an enhancement request about it here The beep sound can be muted by

Force app to update when new version of app is available in android play store

纵饮孤独 提交于 2019-11-29 06:43:42
I had an app on the playstore. Know what I want is when new update is available on playstore the user should get a popup to update the app when he try to use the app. And if he does not update the app it should close the app. Ex: I want to force the user to update the app to continue using. Jeffy Lazar As far as I know Google Play doesn't provide with any kind of API for this, so you would have to manually check. But I can tell you a method to force user to update with the latest release. One way is by sending a push notification to the user, and when you receive the notification you redirect

VB.Net Program should auto update

≡放荡痞女 提交于 2019-11-29 05:22:56
I have a program written in VB.Net and this program is supposed to auto update. I already found how to download the new file and unzip it, problem is I cannot overwrite the file as long its in execution. How is this done normally? I thought about an "updater" on a separate exe but that would have the same problem, I couldn't update the updater when I make some changes... Simply close the old program. Keep the separate updater program, then when you want to update your old program, get the updater to close the old program, then download the new version of your app. For example, Updater program,

django autoupdate user; save() got an unexpected keyword argument 'force_insert'

一个人想着一个人 提交于 2019-11-29 03:44:21
I'm trying to implement an auto update for the user who creates a record using ModelAdmin save_model as described here . I wasn't able to work out how to get around the kwarg error "save() got an unexpected keyword argument 'force_insert'". admin.py from myapp.myproj.models import Activity from django.contrib import admin class ActivityAdmin(admin.ModelAdmin): exclude = ('cruser',) list_display = ('activity_nm', 'activity_desc', 'startdt', 'enddt','upddt','crdt') def save_model(self, request, obj, form, change): if not change: obj.cruser = request.user obj.save() admin.site.register(Activity,

How do I make a Java app self-update?

寵の児 提交于 2019-11-29 01:48:05
问题 Problem : I have a standalone Java app (henceforth known as "the agent") that runs as a service on internal company servers. It acts as a remote agent for some central servers. As the agent gets deployed in more places, managing them is getting more complicated. Specifically: pushing updates is painful because it's a fairly manual process, and getting access to the logs and other info about the environments where the agents are running is problematic, making debugging difficult. The servers

Server is not connected when trying to deploy with intellij

孤街醉人 提交于 2019-11-28 23:08:59
I am trying to build, deploy and debug my webapp inside intellij. I have setup my tomcat using this answer and I was able to get the server running. The issue is that my webapp is not being deployed, though it is defined in the deployment tab. I am getting the following error: server is not connected. Deploy is not available If I copy the war and start the server everything works Ok. With ports 8080 and 8000. What am I doing wrong? Just in case it is somehow related, the project is build with Maven & Spring I added the Run/Debug Configuration for the Server: Server Tab Deployment Tab Debug

Phonegap Android app trigger update programmatically

淺唱寂寞╮ 提交于 2019-11-28 17:59:05
I am building an Android app that is hosted on a server outside Google Play. I need the app to check for new version and prompt user to update when the app starts. I built a mechanism to check for new version (the app checks for a file on server and compares version) which is working well. Then I prompt user to update, but if user chooses to proceed with the update, I'm not able to trigger the download and installation of the apk. I tried simply opening the apk url: window.open(apkURL); where the apkURL is the full http link to the .apk file hosted on server. But it doesn't seem to do anything

Auto update: Is this secure?

本小妞迷上赌 提交于 2019-11-28 17:14:09
问题 Dot Net Auto Update I felt like .net was lacking a simple secure automatic update library so I've implemented something and put it up here. Before anyone considers using the library I was keen for the update process to get a bit a peer review. Here are the steps: The client software is populated with a public key and URI to poll. Client polls a URI for a manifest file. Manifest is downloaded and signature (in a separate ".signature") is used to check that the manifest is valid. A list of