AKrasheninnikov
AKrasheninnikov
If you try to add a _flag_ tooltip for an interactive _piechart_ diagram such as http://jsfiddle.net/85VtZ/6/ using a construct like **this.flag = r.popup(100, 100, this.sector.value.value || "0");** under pie.hover, you'll...
Hi! I'm a new user of your library and it looks very convenient and promising in most cases. However, I am consuming an API that has resources containing dashes and...
https://github.com/sympmarc/SPServices/blob/7ff0d24658d1d354a937bc82ab21cb6352025ea3/src/value-added/SPScriptAudit.js#L206 The hyperlink referenced line checks `scriptSrc` variable to be not equal to `null`, but when it's `undefined`, it's not exactly null, and `scriptSrc.length` throws an Exception: ``` jquery.min.js:formatted:3981 Uncaught...
Care to instruct beginners on how to upgrade the repo?
Hi, thanks for the tool. You could adopt ForEach-ObjectFast from powershell.one to improve performance: https://powershell.one/tricks/performance/pipeline https://github.com/PowerShell/PowerShell/issues/10982