Can't set Marker with GmLib 1.5.3 or 1.5.4 - gmlib

I have a problem to set the Marker since Today.
Know I have download the newest version 1.5.4.
But it doesn't help.

Take a look here for a temporary fix, that may help.
You may still have some other issues.
You can now download ver 1.5.5 for a complete fix.

Related

Polymer 2 IE11 syntax error when loading webcomponentsjs

I'm getting the following error when I view my component in IE11 after loading webcomponents-loader.js. I tried upgrading to use the latest psk, as suggested elsewhere but that didn't seem to resolve the issue. Any ideas??
Which version of webcomponentsjs are u using?
there have been some "unstable" releases... I also similar errors on 1.0.5 and 1.0.6 if I remember correctly.
You could try 1.0.7 it was just release 3 days ago or go back to an earlier release.
Are you importing native-shim.js? If I remember correctly I had to import that to get IE to work correctly. (Well, mostly correctly, still fighting other issues.)

PHPStorm 7 error with Live Edit

1)I just downloaded php storm EAP 7 and try implementing live Edit but it doesn't work. The error produced is " incompatible with this installation".
This is going to be kind of a no-answer:
I've had multiple issues with Live Edit and finally got the suggestion from the JetBrains support that I should turn it off because it interferes with the normal working of other componets. That being said, this was a few months ago, maybe the situation changed in the mean time.
I would suggest contacting their support, even if you don't have an (active) subscription, they tend to be very fast and helpful.
It works with the most current EAP Build.

Adding custom tab in redmine 2.0.3

I'd like to add custom tab to my redmine project which would be a static link to a webpage nested in IFRAME. I found this thread and I thought that my problems are solved and I won't need to learn ruby.
But later I've noticed that plugin is almost 4 years old and not really compatible with current verison (I have 2.0.3 installed). When I already got it to run it still throws errors and plugin configuration page doesn't work correctly. Bottom line: I can't add any new tab.
Did someone experience similiar problem or maybe has a workaround/another method to add a simple custom tab/iframe to redmine without digging too much into source code?
Any help wold be greatly appreciated.
The actual plugin is up to date. Have a look at the projects git page.
https://github.com/jamtur01/redmine_tab

How can I get the pervious version for Chrome

I need to check a bug in Google Chrome for specific version like 14.0.802.30. How can I get the pervious version for that? Also, how can I switch off automatic update functionailty of Chrome?
Some old Chrome-Versions can be found on oldapps.com if you can't find the version there, you can maybe use the corresponding Chromium release? Its basically Chrome minus the Google-Spyware. For Operating Systems other than linux you have to build your own version tough (easy to follow instructions are published on the website).
Chromium-Releases can be found here

How to set Chrome's user script version number

Edit: The bug that caused this problem has been fixed. The #version tag now works in the stable release. See Issue 30760
Hey.
I've been wondering how I might set the version number displayed for user-scripts in Chrome's extension tab
(source: advefir.com)
So far the obvious methods have failed:
// ==UserScript==
// #version 1.1.5
// #uso:version 1.1.5
// ==/UserScript==
I know Greasemonkey for Firefox doesn't use a version value, but since Chrome actually displays a version number, I thought it might.
Perhaps this is a feature that has not been implemented?
Or maybe it was never intended to be there, but it is there because extensions have version numbers, and user-scripts are currently installed as extensions?
(I'm using the Linux beta, version: 4.0.249.43, by the way)
Thanks.
Ok, this appears to be a confirmed bug now. (Issue 30760)
Seems the standard #version meta-data is the correct usage, but it has not yet been implemented.
Edit: The #version tag now works in the stable release of Chromium (and, therefore, Chrome).
Or maybe it was never intended to be there, but it is there because extensions have version numbers, and user-scripts are currently installed as extensions?
I think so.
Version number used for updating extensions. User scripts currently can not update. "Update extensions now" button doesn't work for them.
Fixed, but apparently not yet released:
http://code.google.com/p/chromium/issues/detail?id=30760#c16