Yetenol

Results 3 comments of Yetenol

It was able to fix my structure block saving issue mentioned in #857 as follows: - Close Minecraft and Modrinth - Navigate to `%AppData%` in File Explorer - Backup Modrinth's...

Try putting this at the start of your code block ```powershell $is_executed_privileged = ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()). IsInRole([Security.Principal.WindowsBuiltInRole]::"Administrator") if (-not $is_executed_privileged) { if ((Get-Command wt.exe) -ne $null) { Start-Process wt "powershell -File $PSCommandPath...

Does the run subprocesses in shell options change anything? Hi, I'm the contributor who added the latex support, and will take a look at it. I only ever tested the...