Tyler James Leonhardt

Results 86 issues of Tyler James Leonhardt

In PSES we use these extra properties when we log exceptions which gives us an awesome sense for where problems occurred: https://github.com/PowerShell/PowerShellEditorServices/blob/ce265d7ed1e58db348b91c8a16679faa0aed0f0d/src/PowerShellEditorServices/Logging/LoggerExtensions.cs#L18-L20 If lsp could also add these properties to...

In the PowerShell extension, we ask users to upload the logs that all come from a central folder. This includes: * client logs (vscode-powershell) * startup logs before the language...

Today, I can't build this project on Non-Windows, sadly. It'd be much easier if it was - especially since Azure Functions is an OS-agnostic product. I've managed to make the...

Needs: Attention :wave:

guesslang's model in VS Code has been awesome. We will turn it on by default in the next version (shipping Wednesday/Thursday). One of the biggest problems we face is related...

help wanted
new languages

So I was investigating https://github.com/microsoft/vscode/issues/129597 And I noticed that that issue was happening was because [the file is absolutely massive](https://raw.githubusercontent.com/microsoft/TypeScript/main/src/compiler/checker.ts). That might be a tfjs issue (cc @pyu10055) What's interesting...

prediction improvements

I'm not sure how much can be done here but I thought I'd start a discussion. Here's the following TypeScript snippet: ```ts function makeThing(): Thing { let size = 0;...

prediction improvements

On macOS, Polaris, (which uses Register-ObjectEvent) hangs until you hit a key in the terminal. Then it processes the request. This looks suspiciously similar to the issue we saw in...

bug

# RFC #002 An unexpected usecase for Polaris has popped up recently. More so than the main use case (APIs) - Small websites and self-service portals. These are almost always...

RFC

https://github.com/psake/PowerShellBuild PSSA, PlatyPS, Pester baked in... what's not to love??

Maintenance

This is possible with middleware but it's not apparent. We essentially need to do what Passport did for Expressjs

Examples and Documentation