Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Flohack74

Flohack74 pushed 1 commit to from-office Flohack74/AdventOfCode

View on GitHub

Flohack74 created a branch on Flohack74/AdventOfCode

from-office - Another try to solve all the puzzles of AoC

Flohack74 created a comment on an issue on VerifyTests/Verify
@SimonCropp hooking into the scrubbers like above means that we need to add a class to each test assembly and specify a module initializer. Do you mean instead to reference a nuget that contains th...

View on GitHub

Flohack74 created a comment on an issue on FortuneN/FineCodeCoverage
Definitely for some reason my options were completly borken :D - I close this ticket here as now everything seems to work.

View on GitHub

Flohack74 closed an issue on FortuneN/FineCodeCoverage
Not able to get any results regardless of settings
### Installed product versions - Visual Studio: 2022 Version 17.12.0 - This extension: 1.1.228 ### Description No matter which guide I follow I never receive any coerage results in the output...
Flohack74 created a comment on an issue on FortuneN/FineCodeCoverage
What snot clear from the documentation: - Which NuGet packages are needed / can be installed into the test projects, and which settings correspond so that the output is recognized. - How to res...

View on GitHub

Flohack74 opened an issue on FortuneN/FineCodeCoverage
Not able to get any results regardless of settings
### Installed product versions - Visual Studio: 2022 Version 17.12.0 - This extension: 1.1.228 ### Description No matter which guide I follow I never receive any coerage results in the output...
Flohack74 created a comment on an issue on VerifyTests/Verify
Add a potential alternative solution in the original post. We will work with this for the time being to not being blocked ;)

View on GitHub

Flohack74 created a comment on an issue on VerifyTests/Verify
I tried NUlid but it fails for Verify since it has no strong naming it seems. I guess thats a no go then?

View on GitHub

Flohack74 opened an issue on VerifyTests/Verify
Support for Ulid scrubbing
#### Is the feature request related to a problem Ulids are an interesting alternative to using Guids for uniquely identifying objects and data. See https://github.com/ulid/spec/blob/master/READM...
Flohack74 forked VerifyTests/Verify

Flohack74/Verify

Flohack74 created a comment on an issue on ubports/docs.ubports.com
Did not even know that docs are esisting :D

View on GitHub

Flohack74 pushed 1 commit to main Flohack74/AdventOfCode
  • Initial solution and day 1 tasks d7d3105

View on GitHub

Flohack74 created a repository: Flohack74/AdventOfCode

https://github.com/Flohack74/AdventOfCode - Another try to solve all the puzzles of AoC

Flohack74 created a branch on Flohack74/AdventOfCode

main - Another try to solve all the puzzles of AoC

Flohack74 created a comment on an issue on fsprojects/Paket
Unfortunately this broke all of our Azure DevOps pipelines, since even though paket successfully finishes its job, the auto updater sets a negative return code.

View on GitHub

Flohack74 deleted a branch Flohack74/Paket.CredentialProvider.Gen2Support

Flohack74-fix-cmdline

Flohack74 created a comment on an issue on slang25/Paket.CredentialProvider.Gen2Support
The latest release is now on net8.0 so I guess this can be closed :)

View on GitHub

Flohack74 created a comment on an issue on slang25/Paket.CredentialProvider.Gen2Support
Fixed by https://github.com/slang25/Paket.CredentialProvider.Gen2Support/pull/8 - so I calose this here. Thanks!

View on GitHub

Flohack74 closed an issue on slang25/Paket.CredentialProvider.Gen2Support
Interactive login workflow in Windows?
Hello, while your solution works very well also on Windows machines with Azure, it is a bit cumbersome to follow the browser link and enter a code every time the token expires. Is there a way to...
Flohack74 created a comment on an issue on fsprojects/Paket
I made a fix for that now in https://github.com/slang25/Paket.CredentialProvider.Gen2Support/pull/8 - using it now already and it seems to work very well!

View on GitHub

Flohack74 opened a pull request on slang25/Paket.CredentialProvider.Gen2Support
Fix argument check
While the check for the URI correctly checks for a hypen the hasFlag function does not. There might be a better fix but for now its enough to add the hyphen in the compared string. This will fix...