Matthew Kelly
Matthew Kelly
This was being caused by a threading issue, when either a Get/Set or Get/Unlock were being called simultaneously then the following error was thrown, which then caused the `Unable to...
Closing, as a new `Get-PodeTaskProcess` was added via #1393 which now enables the ability to retrieve running Task process details similar to what `Invoke-PodeTask` returns.
2. I can do as apart of #61 3. The `$version$` is a placeholder that gets stamped in during release packaging. To be honest I've been thinking about removing the...
While I have no objection to using YAML, there's a slight hitch in that PowerShell has no direct YAML support. We could use the YamlDotNet library if we go ahead.
Aye, I've seen the issue, and I hope they add in support for PS7. I have no issue having dependencies, but for this using the dll directly is likely easier....
From #42: Perhaps better has `.psd1` and hashtable format?
> Excuse my limited experience with powershell syntax; if I recall correctly, hashtables (and PS typically) can not have trailing commas Functions and Arrays can't have them, but that's about...
I love the idea of a `fudge tree`! It would require storing a known state of packages for Fudge, perhaps in APPDATA - which could also be somewhere to store...
Oh yeah, there will be - Admin checking is a big one, as it only works on Windows. Also that Chocolately isn't for nix as well. This is one that...
If we do this in Fudge, much like those issues referenced, I would prefer to follow [nuspec versioning](https://docs.microsoft.com/en-gb/nuget/reference/package-versioning). This, in theory, shouldn't be too hard - just a bit a...