Skip to content

Instantly share code, notes, and snippets.

View vstepchik's full-sized avatar
😬
wurking

Vitalii Stepchyk vstepchik

😬
wurking
View GitHub Profile
@vstepchik
vstepchik / arch-linux-install.md
Last active October 26, 2020 20:31 — forked from kylemanna/arch-linux-install.md
Minimal instructions for installing arch linux on an UEFI NVMe system with full system encryption using dm-crypt and luks side-by-side with existing Windows 10
from queue import Queue
a: Queue[int] = Queue()
# Traceback (most recent call last):
# File "__main__.py", line 3, in <module>
# a: Queue[int] = Queue()
# TypeError: 'type' object is not subscriptable
# however if i do: