Tolga Balci
Tolga Balci
I'm having the same issue. Doing a dataLayer.push() did not fix the issue either. This is very simple and I followed the setup direction carefully. My Real-Time overview is correctly...
Resolved the issue by changing PublicResXFileCodeGenerator to ResXFileCodeGenerator on all language specific resource files. I left the Resource.resx using the PublicResXFileCodeGenerator because that's how other projects consume my Resource library.
Earlier today I googled for a way to output to console with Tee-Object and this is what Google's predictive ai (which comes up on top of normal search results when...
Since I originally commented above about 3 months back, I've been thinking a lot about this use case and I'd like to ask here what people think. I now think...
In my company we have hundreds of scripts that do parallel processing against many machines every day. Prior to moving to PowerShell 7 we had to manage the jobs manual...
> Hello, i can add a little thing. > If i try to debug a test via the "Debug Test" option in the test list the test explorer panel i...
Looking forward to getting the option for "Create Unit Tests" for our .Net Core apps. This is a great time saver and helps Jr developers be more comfortable with creating...
This is still an issue. For users, not an expert in Linux, VSCode makes it very easy to launch from WSL by just typing "code ." Except for many corporate...
Thank you, @braydonk for getting this addressed in [doublestar](https://github.com/bmatcuk/doublestar). Looking forward to having our Windows configs be more legible and easier to manage.
Looking at: https://github.com/kelleyma49/PSFzf/blob/3f31db0367a4865378cc9f667dd3f679d2590c6f/PSFzf.Git.ps1#L71-L74 The "hack" doesn't seem to be working on my Windows 11 system: `$gitInfo = Get-Command git.exe -ErrorAction Ignore` $gitInfo.Source is T:\Program Files\Git\cmd\git.exe `$gitPathLong = Split-Path (Split-Path $gitInfo.Source...