Cabu

Results 11 issues of Cabu

When starting to contribute I got the following error log on the terminal: ``` Updating contribution settings {'katago': 'C:\\Users\\thier\\.katrain\\katago-v1.10.0-opencl-windows-x64.exe', 'config': 'katrain/KataGo/contribute_config.cfg', 'ownership': True, 'maxgames': 6, 'movespeed': 2, 'username': '[email protected]', 'password':...

In FTB with the latest Direwolf20 pack who have ironchest-universal-1.6.4-5.4.1.649, the chests doesn't generate signal with the redstone comparator but standard chests work well.

The title say it all :-) As I have only python 3 installed on my computer and don't want to mess my system by having multiple versions at the same...

enhancement

It could be interesting to store the heapmap in the SGF. That will allow the see the heatmap in the replay of a game for analysis.

enhancement

flask_restless/views/helpers.py use query._limit who is not anymore a Query class method in sqlalchemy since 24 may 2021.

## Bug Description Python RE should discriminate between Python 2 and Python 3. I have opened a bug report in cpython in case the problem come from there: https://github.com/python/cpython/issues/109579 ###...

discussion
python

Sorry for the unrelated commits, but I just found how to create a PR but not for a specific or set of commits :(.

If flask, I can have a decorator like: ``` def gzipped(function): @functools.wraps(function) def decorated_function(*args, **kwargs): @flask.after_this_request def zipper(response): accept_encoding = flask.request.headers.get('Accept-Encoding', '') if 'gzip' not in accept_encoding.lower(): return response response.direct_passthrough...

The last workshop version try to send Ingot in place of ores to reffineries with [tim auto].

Flask 3.0 got rid of _app_ctx_stack that is heavily used in SeaSurf :(