Sander Land

Results 14 issues of Sander Land

https://gokibitz.com/kifu/BJnWkxxqI

- [ ] player config, via a single store/model + update all gui views - [ ] game state, in gamenode instead of game? faster nav, allow ae etc better....

any placements should flatten the position to all placements.

**Software Versions** * Python: 3.x * OS: MacOSX * Kivy: 2.0 * Kivy installation method: https://github.com/sanderland/katrain/blob/master/.github/workflows/osxbuild.yaml **Describe the bug** On Mac, [this](https://stackoverflow.com/questions/52805115/certificate-verify-failed-unable-to-get-local-issuer-certificate) script is needed to install some SLL certificates....

This does not happen in the default font, but does in e.g. NotoSans. I initially thought it was creating accented characters, but on closer inspection it is simply offset. ```import...

Status: Needs-analysis
Priority: Medium

I'll start with a simple example ```python from dataclasses import dataclass from marshmallow import Schema, fields class ListItem(Schema): foo = fields.Str(required=True) class MySchema(Schema): bar = fields.Str(required=True) items = fields.List(fields.Nested(ListItem()), required=True)...

## Environment info - `adapter-transformers` version: master / 3.1a0 ## Information Model I am using: Deberta When loading it using ```model = AutoAdapterModel.from_pretrained("microsoft/deberta-base")``` It returns a size mismatch for deberta.encoder.layer.[n].attention.self.in_proj.weight:...

bug

See the screenshot. This stopped someone who was mainly playing OGS on mobile from joining. ![image](https://user-images.githubusercontent.com/48946947/144668715-b811bf18-fe2f-4582-9c61-26f604bda7fc.png)

bug

Probably not optimal, but it's a start :) Linking to a libzip.a compiled with ``` cmake .. -DLIBZIP_DO_INSTALL=0 -DBUILD_SHARED_LIBS=0 -DENABLE_BZIP2=0 -DENABLE_LZMA=0 -DENABLE_COMMONCRYPTO=0 -DENABLE_GNUTLS=0 -DENABLE_MBEDTLS=0 -DENABLE_OPENSSL=0 -DENABLE_WINDOWS_CRYPTO=0 ``` appears to work....