Oskari Lehto
Oskari Lehto
Hi! I am trying to add multiple validators to a field, which works fine as long as they are both from the `attrs` library or both written by me. When...
Pytest shows an unexpected error message with the following flags: ``` $ py.test -n0 --pdb --dist worksteal ERROR: --pdb is incompatible with distributing tests; try using -n0 or -nauto. ```...
It has started happening to us recently that rin fails to connect to redshift with a broken pipe error. This happens every few weeks and started happening after we started...
We had this issue where we wan't two process to listen for s3 events. Aws does not allow two sqs queues to listen to the same kind of events on...
**Bug Report** Having a function that takes `Optional[T]` as an input and returns `T` (A type var) works incorrectly if T is an union. **To Reproduce** ```python from typing import...
Mypy shows an incorrect error when the same option is twice in an match statement. **To Reproduce** ```python from typing import assert_never from enum import Enum, auto class Medal(Enum): gold:...
Hi! I think there is an issue in this part of the docs: https://github.com/osquery/osquery/blob/master/docs/wiki/installation/install-windows.md And also on this file: https://github.com/osquery/osquery/blob/master/tools/deployment/windows_packaging/manage-osqueryd.ps1 I could not get the osqueryd system service started with...