34j
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 ```  1-2 minute(s) later 
(Temporary workaround would be to add `+ 0.` to the argument)
https://github.com/prettier/prettier/issues/17170
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.
https://github.com/pre-commit/pre-commit/issues/2931