Skip to content

Instantly share code, notes, and snippets.

View d34dman's full-sized avatar
👻

Shibin Das d34dman

👻
View GitHub Profile
@aleclarson
aleclarson / rollup-typescript.md
Last active September 23, 2024 20:01
The best Rollup config for TypeScript libraries

Features

🔥 Blazing fast builds
😇 CommonJS bundle
🌲 .mjs bundle
.d.ts bundle + type-checking
🧐 Source maps

Install

@vsajip
vsajip / ansistrm.py
Created December 29, 2010 11:14
Python logging: colourising terminal output
#
# Copyright (C) 2010-2012 Vinay Sajip. All rights reserved. Licensed under the new BSD license.
#
import ctypes
import logging
import os
class ColorizingStreamHandler(logging.StreamHandler):
# color names to indices
color_map = {