Brandon Olin
Brandon Olin
Thanks @clee1107. Probably a bug with how PoshBot calculates the next schedule run time based on the interval, the current date, and the last time it ran. Have you tried...
@Kickbut101 We can probably make that a configuration option with UTC being the default. Make sense?
@jaywryan Awesome idea about scheduled tasks! RE: the release pipeline, take a look at this simple repo I created as an example. [https://github.com/devblackops/Release-Pipeline-Example](https://github.com/devblackops/Release-Pipeline-Example) That is intended to manage a single...
Perhaps something similar to how psake is doing it? https://github.com/psake/psake/blob/master/psake.psm1#L252 http://psake.readthedocs.org/en/latest/variable-referencing/ This looks like any variables defined in the `properties` function are added to the script scope. This is basically...
@jimbrig Can you run `Import-Module Terminal-Icons -Force`, then run `$Error[0].ScriptStackTrace` when you get this error? That should tell you the file and line number where this is happening and be...
@Niwotian60 @jimbrig There seems to be some corruption in the theme XML files that Terminal-Icons saves to your user directory. Try deleting these files, them running `Import-Module Terminal-Icons -Force` again:...
Would there be an straightforward way to detect if it's a double-wide glyph? When we write out the name, we add two spaces between the icon and file/folder name. If...
I think the simplest solution right now is to not use problematic glyphs so I've switched them out in the theme in https://github.com/devblackops/Terminal-Icons/commit/eb36e628b5429ae0cd14f24d7c5bd24d45072d29.
v0.5.0 has been [released](https://www.powershellgallery.com/packages/Terminal-Icons/0.5.0) with these changes.
@tillig I'm not sure why, but when I run this all the glyphs show as `1` width, yet when I run the below I can clearly see the double-wide glyphs:...