34j

Results 171 comments of 34j

`.pre-commit-config.yaml`: ```yaml repos - repo: https://github.com/34j/typstfmt rev: "872b6b9" hooks: - id: typstfmt ``` ```shell pipx install pre-commit pre-commit run -a ``` ![image](https://github.com/user-attachments/assets/5670b7cc-5059-43f4-8798-b741bec6c3be) 1-2 minute(s) later ![image](https://github.com/user-attachments/assets/666896ff-6c52-4ef1-84d8-62afa555acb5)

(Temporary workaround would be to add `+ 0.` to the argument)

I would like #903 to be merged first because it is a pain to repeat the same changes.

By doing the following, I was able to pass `uno-check`: - Install dotnet using dotnet-install.sh and add environmental variables `export $DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1` and `export $DOTNET_ROOT="~/.dotnet"` - Run `dotnet tool install -g...

Sorry but I am discouraged to do further discussion because - Installation by dotnet-install.sh is already so far from Nix practice. I need to do a little more research before...

I looked a little deeper into your config and have a few questions: - I am unsure of the need for no-pip-requirements. There is no requirements.txt in the template. -...

I have found that this issue does not occur when `ivy.set_backend("numpy")` is called in advance. However, I am not sure why this makes a difference, since the documentation states that...

Note that currently this project uses pysimplegui-4-foss instead of PySimpleGUI. Anyway I would recommend you contribute to other great repositories, not this one that is broken.