Patrick Grössing

Results 7 comments of Patrick Grössing

I'm note entirely sure if my issue is 100% related to this one. I also realized that after adding a single app from Flathub that it was difficult to discern...

I experience exactly the same error on Windows 10 & Windows 11 with gVim version 9.0.2056 . I can also confirm that the provided solution by @AlainVimmer works (the line...

I'm not sure if it is worth opening a new issue for this. However, the same error occurs (with an empty vimrc) for the move command, with some additional errors:...

Same issue when changing network interfaces or disabling them. ``` WSL version: 2.1.5.0 Kernel version: 5.15.146.1-2 WSLg version: 1.0.60 MSRDC version: 1.2.5105 Direct3D version: 1.611.1-81528511 DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp Windows version:...

The issue seems to be resolved. I added the bin folder of the App to my PATH and now it works. However, this step is not mentionend in the documentation...

The path is difficult to find, it took me a while. For my machine it is: `C:\Users\invar\AppData\Local\Packages\7614MasterDevelopment.ConTeXtIDE_6y3v46cbhs1ne\LocalState\tex\texmf-mswin\bin`

I have also realized that the LaTeX conversions for some units are wrong. Steps to reproduce: ```python import pint test = pint.Unit('celsius') print(f'{test:L}') print(f'{test:Lx}') ``` Output ``` \mathrm{degree\_Celsius} \si[]{\degree_Celsius} ```...