Skip to content

Instantly share code, notes, and snippets.

View rafalkrupinski's full-sized avatar
🥕

Raphael Krupinski rafalkrupinski

🥕
View GitHub Profile
@smurfix
smurfix / result_taskgroup.py
Last active January 9, 2024 09:31
anyio ResultGatheringTaskgroup
import anyio
from contextlib import asynccontextmanager
class NotYet(RuntimeError):
pass
class ResultGatheringTaskgroup:
def __init__(self):
self.result = []
@svet-b
svet-b / bigdashboard_output.pdf
Last active June 13, 2024 08:43
PDF export of Grafana dashboard using puppeteer
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.