- France
Block or Report
Block or report Alcolo47
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
xlaunch Public
Forked from jon-turney/xlaunch
mirror of http://cgit.freedesktop.org/~jturney/xlaunch/
C++
-
funtoo-overlay Public
Forked from funtoo/merge-scripts
Funtoo overlay (all funtoo ebuild/eclass changes in one place)
Shell
-
pinax-theme-bootstrap Public
Forked from pinax/pinax-theme-bootstrap
A theme for Pinax based on Twitter's Bootstrap
HTML
-
django-compressor Public
Forked from django-compressor/django-compressor
Compresses linked and inline javascript or CSS into a single cached file.
Python
-
django-htmlmin Public
Forked from cobrateam/django-htmlmin
HTML minifier for Python frameworks (not only Django, despite the name).
Python
15 contributions in the last year
Contribution activity
January 2023
Created an issue in Delgan/loguru that received 1 comment
A way to have lazy async function
I want to convert:
async def f(): if logger.isEnabledFor(DEBUG): data = await heavy_computation() logger.debug(f"{data=}")
to loguru
async: logger…