stinos

Results 25 issues of stinos

We use a slightly different style for formatting PS code but still would like to use this formatter so here's a bunch of changes which gets it to the style...

After Install-Module the module is normally in the global module directory so prefixing with .\ won't find it. Also strip the extension since it is not needed and less strict.

When formatting an array type (like String[]) lookup the bare type name by stripping the array notation: this assures types and arrays thereof get the same treatment, i.e. String/String[]/String[][] all...

When clicking `edit` for a comment the inline editing form shows (just like for creating a comment), but after clicking the `Update` button HN navigates to the comment editing page...

enhancement

--- ## Python Code ```python def MyBarFunction(**kwargs): print(kwargs) def Foo(): MyBarFunction(this="a very very very long line", because="the arguments", are="long strings", so="must be broken up") ``` ## Command Line and Configuration...

Given an open editor page with only one statement and no newline, I'd expect `EndingNewLineCount=1` to add a newline at the end of the file (please correct me if that's...

With all warnings enabled, cl emits a 'C4127: conditional expression is constant'. Just remove the offending line since uit's dead code and the comment for it is clear emough.

The result of adding two unsigned chars is an int, so assigning this again to unsigned char results in a narrowing cast. Afaik this is well-defined by the standard but...

For a while I had the impression newtabtools would, seemingly randomly, not create thumbnails for tiles newly added. However I noticed thumbnails being created in profiledir/thumbnails for pretty much all...