John Pywtorak

Results 57 comments of John Pywtorak

@olstenlarck it would be great to use command or powershell, but maid doesn't support either, look at the code, checkTypes ... ['sh', 'bash'] ... ['py', 'python'] ... ['js', 'javascript']. That...

@olstenlarck thanks, but I didn't have time to fork and try the patch. Exca is an additional dependency if that matters. Also exca just uses cross-spawn, so maybe just that?...

@olstenlarck just to be clear, I was inputting that only cross-spawn could be considered versus using exca. Use whatever you want though and the exca project is certainly more than...

I used `choco` to install perl, specifically `Strawberry` perl dist, then `cargo install gitui` worked.

+1 Windows, can't install, same issue

> @AddictArts in case you didn't see the above Thank you. I will get a better example, it will take some time though. Hopefully on Monday I can. Don't have...

@tgross35 Found the issue, I couldn't share the file, updated the issue to the below It seems the treesitter will error on a private alias. Using InspectTree I see the...

Thanks @ahayzen-kdab Maybe I have this wrong, I set `$Env:CMAKE_MSVC_RUNTIME_LIBRARY = "MultiThreadedDLL"` Did not help and same error ``` error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value...

I’m thinking the WSL2 WSLg issue is due to theme. Other Qt apps render fine. One assistant reports the theme is not set.

For anyone else in the future installing the codicons did the trick. ``` npm i -g @vscode/codicons ```