Asbjørn Ulsberg
Asbjørn Ulsberg
As this issue seems a bit contentious, I would just like to voice my support for @gasman's position here. Having human readable URLs is good for many more things than...
Is "intro" really a well-defined concept anymore, though? Previously the deal with "intros" was that due to the size-limits, people were unable to make full demos. With modern techniques and...
Perhaps [CloudFlare](https://www.cloudflare.com/) could be used to iron a few of these caching issues out? It's quite capable even in the free version.
> As mentioned above, the caching issue was a non-issue. All the remains to be done is serving gzipped JS and CSS files. Yes, that's something CloudFlare could have done....
Changing DNS records may be time easier spent than the development time required to fix this and #81 because it may be spent by someone else than the developer(s) working...
Yep, I just discovered this. Perhaps allowing users to choose the "key" screenshot for a production would alleviate some of the need for screenshot deletion?
Can you please run `dotnet format` so [the test](https://github.com/GitTools/GitVersion/runs/8303806663?check_suite_focus=true) becomes successful? I can also see the tests failing with the following error: > Error: unknown test file type for 'artifacts/test-results/GitVersion.MsBuild.Tests.net5.0.results.xml'...
Try the following, @HHobeck: ```shell dotnet format ./src/ --exclude **/AddFormats/ ``` The test `GitVersion.Core.Tests.DynamicRepositoryTests.FindsVersionInDynamicRepo` fails twice: ``` Failed FindsVersionInDynamicRepo("GV_main","https://github.com/GitTools/GitVersion","main","efddf2f92c539a9c27f1904d952dcab8fb955f0e","5.8.2+56") [4 s] Error Message: String lengths are both 8. Strings differ...
@HHobeck, retarget to `main`, it is currently being primed for v6 where I agree this will need to go.
First, let me say that I am very thankful and appreciate all the hours you have poured into this, @HHobeck. 🙏🏼 It is impossible to maintain a project like GitVersion...