amard33p

Results 19 comments of amard33p

The answer [here ](https://stackoverflow.com/questions/24629490/disable-finish-button-after-onfinish-event-jquery-steps)did not work for me. After disabling button I could not find a proper hook to enable it back. So I used css to disable it. CSS...

After these lines in jquery.steps.js ``` $.fn.steps.skip = function (count) { throw new Error("Not yet implemented!"); }; ``` Insert this snippet ``` /** * Get number of steps in wizard...

Line # 99. zip is missing the underscore ` shutil.move(root2+zip_.namelist()[0], os.path.join(root2, root + ".srt")`

> This issue can be fixed by changing: > > ``` > config = ConfigParser() > ``` > > To: > > ``` > config = ConfigParser(strict=False) > ``` >...

> Sorry I forgot to comment here, I confirm the above bad behaviour and that's why I am still using the 0.3 version. I believe you are referring to this...

+1. This is probably due to this issue : https://github.com/celery/celery/issues/4830 which has a fix in the works. Changing the backend to redis (since amqp will be deprecated) solves the issue.

> This worked for me: > > ``` > cd /usr/local/lib > ln -s libintl.8.dylib libintl.9.dylib > ``` This works...but as mentioned by the developer [here](https://gitlab.gnome.org/GNOME/gimp/-/issues/6529#note_1243338), a better solution is...

You can download zipalign for Mac/Win/Linux from here: https://androidsdkmanager.azurewebsites.net/Buildtools

> @amard33p I updated the script let me know if that works Thanks. It works now