ppigazzini
ppigazzini
Tested successfully the version with `shell: bash {0}` replaced by `shell: bash` in all .yml workflow files. https://github.com/ppigazzini/Stockfish/actions/runs/5294261506/jobs/9583595004 EDIT: PR updated replacing `shell: bash {0}` with `shell: bash` to make...
@vondele if your doubts are about the search of the bench value on the last line of the message body, we can easily search for the last line of text...
> I would remove the -x option else this works only if the bench segment is given alone in a single line. The CI is here to help to write...
ready for review. print the commit sha for debug ``` From commit: 915532181f11812c80ef0b57bc018de4ea2155ec Reference bench: 2505168 ```
> hmm for whatever reason the CI is failing again on MacOS. > > I wonder if something is non-standard on our regexp that it fails to match `bench 2427629`...
In local test with this branch the script works fine: bash --noprofile --norc -eo pipefail ../bench.sh benchref=2427629 From commit: 9f4cd3bd547a3d337c1789a5a18e86cf377cbc5f Reference bench: 2427629
I made these tests on DEV, hoping that it would be helpful: 1. logged as user01, created a test, copied the `crsf-token` from the html page, kept the page open...
> Did you preserve ~/fishtest.secret while reinstalling the server? Yes https://github.com/glinscott/fishtest/blob/02c55acc9c1ed4189795b140bf3ac76738a90f77/server/fishtest/__init__.py#L60-L65
1. duplicated the browser tab with the `crsf-token` 2. changed `fishtest.secret` and restarted the server 3. tab-0 requested a login to add a new test 4. restored the original `fishtest.secret`...
pyramid tutorials about users authentication (with password encryption as well). https://docs.pylonsproject.org/projects/pyramid/en/latest/quick_tutorial/authentication.html https://docs.pylonsproject.org/projects/pyramid/en/latest/tutorials/wiki/authorization.html Talking about password encryption, I would prefer to use `hashlib.scrypt` from the standard library if there are not...