arsu-leo

Results 5 issues of arsu-leo

NSIS (Nullsoft Scriptable Install System) leads comments with ; or #, it also supports /* */, it's a matter of preference.

I have allways the same name on #region and on #endregion like this: ``` #region Some section //Some code... // //End of some code #endregion Some section ``` Would it...

enhancement

The text position is not consitent with it's bounding box: ``` var container = document.getElementById('container') var svg = Snap(200, 200); container.appendChild(svg.node); //Set background var bgRect = svg.rect(0, 0, '100%', '100%');...

When testing for stack on errors, the statements were reversed. For instance, if user code throws an exception, it states "No Error Stack Available" on the error making it quite...

When testing for stack on errors, the statements were reversed. For instance, if user code throws an exception, it states "No Error Stack Available" on the error making it quite...