Roman Brandstetter
Roman Brandstetter
Damn auto complete messed up the title and I cannot change that on my phone ...
I'm also in need of this and started a branch here https://github.com/rominator1983/GitVersion/tree/fix/IgnoreAllCommits_Issue3074 to make a PR The value of this (at least that's what I hope) is to mitigate erroneous...
@ibvhefe you think you could try if the PR fixes your issue?
I have the same issue trying to build tasmota in VS code. I have the latest versions (Code 1.39.2, PlatformIO 2.3.3 PlatformIO-Core 4.0.3) just as @fluppie. @fluppie: Did you manage...
@fluppie: I changed the faulting lines in cp1252.py to: `class IncrementalEncoder(codecs.IncrementalEncoder): def encode(self, input, final=False): try: return codecs.charmap_encode(input,self.errors,encoding_table)[0] except Exception as e: print ("aaaaahhh!") print(e) raise ` And added the...
Median supported has been added @ https://github.com/stesee/ClosedXML/pull/19 which is on nuget as DocumentPartner.ClosedXML
it seems to me the Mac tests have some instability since there is an error because of a corupt git repository or something.
this one seems to fail in https://github.com/GitTools/GitVersion/runs/8004381283?check_suite_focus=true on macos latest but nowhere else. Is this flaky? Would a restart (don't know if I could do that) help? ``` Failed CacheKeyForWorktree...
Ok. the test CacheKeyForWorktree was breaking in 3 consecutive runs on macos latest and is green anywhere else. Curiously enough similiar code is also run in other unit tests and...
> I noticed that as well, the macos with netcoreapp3.1 tests. For now re-running the failed job helps, but we will sunset .netcoreapp3.1 soon anyway, so we might disable the...