Kim Birkelund

Results 8 issues of Kim Birkelund

Most of my scripts calls `Set-StrictMode -Version Latest;` initially, and I've noticed that touch fails in this mode: ``` Set-StrictMode -Version Latest; touch The property 'A' cannot be found on...

Hi I've added the package and gotten it to export my assets, but they are not available as resources at runtime. Adding them manually to the csproj makes them available,...

I've recently moved my ConEmu.xml to a git repository instead of storing it in OneDrive, and I've noticed that it changes on its own. Specifically the launch console history and...

settings
type-enhancement

When running the Brave browser with "Aggresively block fingerprinting" enabled the resource graphs in the App details view show as empty (no usage, requests or limits). When lowering this to...

I've made the necessary changes to the projects to be .NET Standard 2.0. The SpecFlow project however needs to have a the packages updated as the current version of SpecFlow...

I've started getting the following error when renewing certificates: ``` Exception setting up Let's Encrypt certificate: Fail to load resource from 'https://acme-v02.api.letsencrypt.org/acme/new-order'. urn:ietf:params:acme:error:badNonce: JWS has an invalid anti-replay nonce: "0001nQHjcj8V0RNRp1k9MRB5NheGz8TT0wLMJgZ9gaSqEiQ"...

This is to more cleanly support aggregate roots that are instantiated by a factory (which is already supported).

When using the TestContext there is a risk of hangs when WaitForViewsToCatchUp is called. This is the case both when called from within TestContext, when running in sync mode, and...