Dan Friedman
Dan Friedman
### System Details - posh-git version/path: 1.0.0 - PowerShell version: 7.2.3 - git version 2.39.0.windows.2 - OS: Microsoft Windows NT 10.0.19042.0 ### Issue Description I noticed that I can add...
HeapDump.exe fails to complete. This is all I get in the output: > [EXECUTING: PerfView ForceGC WinFormsApp1] > Starting Heap dump on Process 22808 running architecture Amd64. > Exec: "C:\Users\XXX\AppData\Roaming\PerfView\VER.2023-06-28.10.03.17.657\Amd64\HeapDump.exe"...
I want to use xUnit with Playwright, but [xUnit limitations](https://github.com/xunit/xunit/issues/2003) make that an unappealing option due to non-parallelism. [You said](https://github.com/xunit/xunit/issues/2003#issuecomment-527957478): > Our feature is explicitly designed... to maximally utilize the...
I would like to add expirations in the appsettings.json and use those, but I can't figure out the best way to go about it. I can't do it in the...
I used Slate to build an empty theme. Then I went to `theme.liquid` and typed, "Ctrl+K, V". The preview window pops up, but I get an error: > Error occured...
### Installed product versions - Visual Studio: 2019 Enterprise 16.10 - This extension: 1.17.288 ### Description .globalconfig is missing intellisense and code highlighting.
The code [here](https://github.com/spree/spree_wombat/blob/master/lib/spree/wombat/handler/update_shipment_handler.rb#L83-L89), verifies that received shipment items is a superset of the shipment in the order, but it does not check that the sets are equal. So if I...
When using Html.BuildImage, any alternate text or HTML attributes passed in are not being passed through to Html.Image.
Instead of creating a Web App Bot, the ARM template is creating two different web apps. I'm guessing this is an old way to do it? How can we create...