Results 57 comments of ili101

Will [ForEach-Object -Parallel](https://devblogs.microsoft.com/powershell/powershell-foreach-object-parallel-feature/) be helpful for implementing this?

PatternFly my be interesting if/when they implement https://github.com/patternfly/patternfly-react/issues/4711 for better inputs that are consistent and not really on browser compatibility https://github.com/Badgerati/Pode.Web/issues/9 PS I'm new to JavaScript/Web front, started learning some...

Added commit https://github.com/nohwnd/Assert/pull/45/commits/6166abfdae360098c4c08a1988852e036f640ba4 as travis-ci was failing. The travis-ci test is running on powershell-6.0.0-beta.9 and it looks like Export-Clixml/Import-Clixml is bugged there (Also now it's working without needing a file)....

Also on GitHub README.ipynb is rendered nicely but README.dib not. I don't think it's a good idea to use an extension that is already reserved by another existing format. Ideally...

I was trying to use `$using` or `Set-PodeState` to connect once then use the same connection, it works for some simple module I made that stores a connection (a PS...

I was planning to get back to it soon as I'm finessing the backend part of the tool now. First Microsoft is so annoying by naming their SQL implementation "SQL"...

So I did some tests using SimplySql and Postgres. As mentiond in the Microsoft ADO.NET documentation disposing the connection in the thread doesn't actually close it but mark it as...

This is the pattern I came up with and it looks like it working reliably so far. Maybe I will cleanup, generalize and share it at some point. ### Modules/Connections...

I think this issue same as / expand on https://github.com/Badgerati/Pode/issues/735 Anyway I taught that this already existed as I was using Pode.Web and didn't realized it doesn't come from Pode....

I was going to request this as a suggestion but as I see here this is something that existed and was removed? This will fail at runtime, I wish to...