Evan Simkowitz

Results 234 comments of Evan Simkowitz

Also: in order to get your image to build I had to add a step in the dockerfile to run `go mod vendor`, based on the warning I got when...

It should be fairly straight-forward to set this up in a Docker environment if you really want to run it from Windows but don’t want to go through the process...

Here's my proposed change: https://github.com/esimkowitz/GitVersion/commit/6ef5cafdda0b0ac231b382318e7933309a29aa4f I tried to add a test for this behavior in NextVersionCalculatorTests that would create a commit, record the hash and version, create another commit, record...

using the -c flag still produces the incorrect version. I haven't done anything special to the tool to get it to work in detached mode, I simply run `dotnet gitversion`......

Also worth noting in here that we are using the `-nonormalize` flag because our build admins require that we host our pipelines and code in separate repositories. We have an...

@asbjornu I see now that this is listed as a known issue for mainline, has anyone else attempted to correct this issue?

Adding the stack trace: ```txt thread 'main' panicked at C:\Users\Gaming PC\.cargo\registry\src\index.crates.io-6f17d22bba15001f\dioxus-html-0.5.1\src\transit.rs:41:17: Failed to deserialize event data for event pointermove: InvalidType( Float( 462.484375, ), "i32", ) 'Map( { String( "alt_key", ):...

> I am unable to reproduce it on Windows 10. Perhaps it's a Windows 11 issue? I used this code snippet (is this what causes the crash for you?) Yeah...