Adam Driscoll
Adam Driscoll
@testlas I cannot reproduce this. Could you please send me your sample project so I can try with that? Thanks
@murrahjm There currently isn't a built-in mechanism for this. Since the threads are only running when a page is loaded the dashboard isn't actually collecting the performance data in the...
I'll take a look into this. Not sure if Visual Studio offers a similar drag and drop experience for web controls but it's possible. I could also create a custom...
Whoa! No, that seems like a bug in UD. Something isn't being cleaned up correctly. Until I can correct this you might need to stop the ISE here and there...
@kort3x The default format for dates is Moment.js's `lll` format. This should localize dates in grids and tables in the most recent beta. You can change the DateTimeFormat on either...
I see what I'm missing here. I need to include a different momentjs package with the localized dates (e.g. translated Days\Months) and allow you to switch the locale.
I agree. I hadn't noticed that discrepancy. PowerShell best practice says to use singular nouns so I will change New-UDGrid to Property but I will include an Alias for Properties...
Oh, I see. Sure. I like that as well. Best to be consistent.
@murrahjm I have created a basic script to convert a PowerShell Studio PSF file into a script that PowerShell Pro Tools understands. It's just a start but will eventually be...
https://github.com/adamdriscoll/poshprotools/blob/master/utilities/ConvertTo-PoshTools.ps1