Mat Roscoe
Mat Roscoe
I can see why this might be useful but for our specific application it just means we are transmitting the same thing twice in the same message. It would be...
I was trying to test out the improvements in the `develop` branch and so I configured my `pyproject.toml` to have the following as a reference. My `pyproject.toml` is created and...
Pint is super useful but it is proving to be too slow in our application of the tool and I was hoping I could do some up-front work to avoid...
For python files if I have a larger license text it would be nice if I could encapsulate it inside a multi-line comment so that it looks like ```python """...
was hoping someone could help out with the following error: ``` codon.codon_jit.JITError: /home/ubuntu/.pyenv/versions/3.11.1/envs//lib/python3.11/site-packages//file.py:19:2: no module named 'codon' ``` I am using pycharm and in the editor it is not throwing...
This is happening with the latest version of ruff ```shell $ ruff --version > ruff 0.0.290 ``` Trying to integrate ruff into sonar and it is having a hard time...