zljubisic

Results 4 issues of zljubisic

PyCharm 2021.1 Proffesional MyPy plugin 0.11.2 MyPy 0.812 OS: Windows 10 Prof. 64 Simple code like this one: ``` from typing import Protocol, List class Template(Protocol): name: str # This...

Hi, please look at this example: ``` Python 3.8.5 (default, Sep 3 2020, 21:29:08) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32 Type "help", "copyright", "credits" or "license"...

type: feature
component: decoder

Type: Bug I have an raspberry pi 4 (8 GB of ram) with raspberry pi os installed. ``` $ uname -a Linux rpi4 5.15.84-v8+ #1613 SMP PREEMPT Thu Jan 5...

documentation
enhancement

This code works fine: ```python from transitions import EventData, Machine import time import random import datetime as dt from rich import print class Device: state: str _CURRENT_THRESHOLD = 3 def...

bug