Skip to content

Instantly share code, notes, and snippets.

View rafalkrupinski's full-sized avatar
🥕

Rafal Krupinski rafalkrupinski

🥕
View GitHub Profile
@smurfix
smurfix / result_taskgroup.py
Last active January 3, 2025 07:36
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 April 23, 2025 03:06
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.