Jonas Obrist
Jonas Obrist
DynamoDB [now supports empty strings and binary values](https://aws.amazon.com/about-aws/whats-new/2020/05/amazon-dynamodb-now-supports-empty-values-for-non-key-string-and-binary-attributes-in-dynamodb-tables/).
Right now, Page Extensions need a separate toolbar menu item to be editable. However, from a site operators perspective, many of the fields in Page Extensions might be more logically...
Firefox options now use `moz:firefoxOptions`. Option handling for browsers should be overhauled.
Remote sessions (at least for IE?) need CompatSession. But local IE needs normal Session. Need to find a good solution for this.
find a way to run the tests continuously on windows (not the browser, the actual code).
Versions: * Python: 3.10.1 * cryptography: 37.0.2 * cffi: 1.15.0 Cryptography installed with poetry 1.2.0b1 I'm trying to create a self-signed certificate with cryptography, which mostly works, but it fails...
mypy 0.620, `--strict`. Sample code: ```python3 import abc from dataclasses import dataclass @dataclass # error: Only concrete class can be given where "Type[Abstract]" is expected class Abstract(metaclass=abc.ABCMeta): a: str @abc.abstractmethod...
I just deployed boarding to Azure but when I try to add a new tester, I get an error: ``` Something went wrong, please contact the application owner: /*include ../../dist/styles/main.css*/...