Corey Taylor
Corey Taylor
So on my end I was able to fix this issue by patching Vagrant's `check_credentials.ps1` script (full path for my install is: `C:\HashiCorp\Vagrant\embedded\gems\2.2.19\gems\vagrant-2.2.19\plugins\hosts\windows\scripts\check_credentials.ps1`) by changing the following section from: ```...
> Also experiencing the same issue with domain credentials on 2.2.19. > > @onpubcom workaround is working for me but I'd appreciate a fix that works offline. @dlkj If you...
So my sense of this issue as it stands now is that it's not currently possible to use the Windows cached credentials store to validate existing credentials @hegyre @TBBle ,...
Fair enough @hegyre. Though I would argue that most people who have their machines connected to an AD are likely doing it because of their job or on a work...
I'm running in to this same issue. Because I'm using the default Font Awesome Sass mixins via their node module, there's no easy/practical way to append `?v=` (i.e. cache busting...
@patrickhulce , I might try to contribute something here if I can decipher what's going on in the plugin code. Interestingly enough, when I use this plugin with webpack 5,...
Hi @patrickhulce , I am using `MiniCssExtractPlugin` but that only filters output of the .css files themselves and not any files that were re-written by css-loader as far as I...
@patrickhulce We submitted a PR for you to review on a possible solution for the issues discussed above: * https://github.com/patrickhulce/fontmin-webpack/pull/51/files Let us know if you have any feedback, thanks!
Agreed, there's no way I found to check against any kind of cached AD credential from Powershell that I'm aware of (last I checked), so the patch I previously suggested...
Will do. Thanks for this info!