Morten Larsen

Results 11 comments of Morten Larsen

I really feel like this issue should have a much higher priority. Almost all sindresorhus packages have been promoting ESM only for a long time, and now that TS finally...

I have opened PRs for both `form-data-encoder` and `then-busboy` https://github.com/octet-stream/form-data-encoder/pull/10 https://github.com/octet-stream/then-busboy/pull/34

`$VerbosePreference` has the value `SilentlyContinue` before the `Install-BoxstarterPackage` is executed. I just replicated the problem on another computer (Macbook Pro) using a brand new install of Windows 11 Pro in...

FYI: Original test was done on a Windows machine using a Hyper-V VM with Windows 11 Pro

I see this fixes my issue 🙂 Any possibility for getting this merged? This will make it possible for me to finally test out v3

Is this still something that is planned to be included? I can see a PR exist for this functionality. This would be utterly amazing to have included 😄

I also support this, i really feel this feature is missing. ```Microsoft.Extensions.Caching.Redis``` already have a feature like this using ```InstanceName``` ```csharp services.AddDistributedRedisCache(options => { options.Configuration = "ConnectionString"; options.InstanceName = "CacheKeyPrefix";...

> @mwallner Any thoughts on when a hotfix release can be made so this fix helps reduce the verbose output for everyone using the V3? +1 for this, im also...

@MalwareMechanic @mwallner I am still seeing this issue with 3.0.3: ![image](https://github.com/chocolatey/boxstarter/assets/30204280/b3147b99-8af1-4c67-9cf8-2e4aef92716e)

Seeing the same issue as @fmiqbal and @hansenms when using: `# syntax=docker/dockerfile:1.7.0` Dockerfile 1.6.0 works fine.