Gary Kwong [:gkw]
Gary Kwong [:gkw]
> Atomic groups are not available in python's regular expression engine They are supported [from Python 3.11 onwards](https://docs.python.org/3/library/re.html#regular-expression-syntax) (scroll down to the `(?>...)` section), [released on Oct 24, 2022](https://www.python.org/downloads/release/python-3110/).
Note that the tox setup edits `server/server/settings.py` before running `mypy`, then reverts them to make mypy and its plugins happy. Suggestions welcome on how this should be resolved. Before proceeding...
There are plugins to pytest to run it with `--flake8`, `--pylint`, `--mypy` and also `--black`. Well, a flake8 plugin works too, just a suggestion!
Oh wait, the cache seems like a red herring. I re-run the `uv pip compile` command and sometimes it works, sometimes it doesn't (without clearing the cache).
``` --- stderr fatal: couldn't find remote ref refs/tags/main ``` Ran into it again - this time, clearing the cache helped. I can't tell if this is `uv` failing or...
``` DEBUG Performing a Git fetch for: https://github.com/astral-sh/uv DEBUG failed to fetch refspec `+refs/heads/main:refs/remotes/origin/main`: process didn't exit successfully: `git fetch --force --update-head-ok 'https://github.com/astral-sh/uv' '+refs/heads/main:refs/remotes/origin/main'` (exit status: 128) --- stderr fatal:...
Yes, still hitting it. I'm usually removing the cache folder and retrying till I get past the issue.
I still get: ``` $ cargo binstall -y --locked deno INFO resolve: Resolving package: 'deno' ERROR resolve: When resolving deno bin denort is not found. This binary is not optional...
As of Deno 2.3.5 and cargo-binstall 1.12.5, `deno` seems to work fine: ``` $ cargo binstall deno INFO resolve: Resolving package: 'deno' WARN The package deno v2.3.5 (x86_64-unknown-linux-gnu) has been...
@TobiasWienand @saelo Perhaps this is fixed by #438?