ppigazzini

Results 14 issues of ppigazzini

### Python [Python Official Style Guide](https://peps.python.org/pep-0008/) Tools list: - project management: [uv](https://docs.astral.sh/uv) - code format, sort imports, lint: [ruff](https://docs.astral.sh/ruff) - git hooks: [pre-commit](https://pre-commit.com/) To setup/use on Ubuntu the toolchain configured...

enhancement

The fishtest Pyramid project files are now a bit outdated with respect to those created with the latest Pyramid cookiecutter https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/project.html The latest version of `setuptools` (60.9.0) just released doesn't...

server
update

`pymongo 4.x` drop all the APIs already deprecated in `pymongo 3.x` References: https://pymongo.readthedocs.io/en/stable/changelog.html https://pymongo.readthedocs.io/en/stable/migrate-to-pymongo4.html

enhancement
server
refactoring

Issue opened to collect info about possible future SPSA improvements. ### SPSA references SPSA is a fairly simple algorithm to be used for local optimization (not global optimization). The wiki...

enhancement

When running a python program with `systemd` both `stdout` and `stderr` are fully buffered, so there is a delay (sometimes big) to view the entries in the journal. - test...

enhancement
server

Issue reported on Discord about this test: https://tests.stockfishchess.org/tests/view/61967fdccd645dc8291c88ab Steps to replicate the issue: 1. create and run a test enabling `auto-purge` (also after the test creation) 2. stop the test...

bug
server

The Fishtest repo has few branches alongside the master, all very old. IMO we should delete the branches that are not useful anymore.

enhancement

https://tests.stockfishchess.org/tests/view/61604c5883dd501a05b0af65 ![Screenshot_20211009_212412](https://user-images.githubusercontent.com/15718418/136688439-96449787-8b86-41df-9066-f7c24a65f45e.png) On [discord](https://discord.com/channels/435943710472011776/813919248455827515/896498636492509214) the user reported: > not the first time I see a finished tuning is shown as failed. Is this a known bug?

bug
server

### Zig Version 0.9.1 ### Steps to Reproduce ```bash # on linux wget https://github.com/official-stockfish/Stockfish/archive/refs/heads/master.zip unzip master cd Stockfish-master/src make build ARCH=x86-64-modern COMP=mingw CXX="zig c++ -target x86_64-windows-gnu" ``` ### Expected Behavior...

bug
os-windows