Tyler James Leonhardt

Results 86 issues of Tyler James Leonhardt

Allow this to be the issue where folks as for specific devices 😄 I'll start. One of the Particle boards: https://www.particle.io/ NOTE: this is bounded by .NET Core's ability

It would look something like this: ```powershell Register-GpioPinChangeEvent -Type LowToHigh -ScriptBlock { Write-Host "do the thing" } # and Register-GpioPinChangeEvent -Type HighToLow -ScriptPath foo.ps1 ``` Under the hood it could...

The library we are using Unosquare.Raspberry.IO only uses the linux binaries of wiring pi. We should contribute to that project to get support for Windows IoT so that we can...

This is the correct way to specify a dependency. With NestedModules set to Microsoft.PowerShell.IoT, the cmdlets in Microsoft.PowerShell.IoT get exposed in the global scope which isn't clean.

The version here is pretty outdated: https://github.com/Jaykul/Jupyter-PowerShell/blob/master/Source/PowerShell-Kernel/PowerShell-Kernel.csproj#L54 6.0 isn't in support anymore. I'd be cool to have the versions updated so folks can use the latest version with Azure Data...

This example is a good start, but it's missing a few, IMO, crucial things. 1. The access token that comes from the OAuth request in the settings page eventually expires,...

can you tell me why this extension needs to be activated for: * `onStartupFinished` * `onLanguage:yaml` * `onLanguage:html` From my perspective, this extension isn't going to be used all the...

question

In the table view, I'd like to be able to quickly filter rows by some string. An example of this behavior can be found in PowerShell's `ogv` command: ![image](https://user-images.githubusercontent.com/2644648/87084014-5c16f700-c1e2-11ea-963a-6265156ad66c.png) Notice...

enhancement

### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. -...

Issue-Bug
Area-UI