Recent Posts
Shell Function to Enable Python Virtual Environement
It always cumbersome to enable Python virtual environment, it is something like:
. ./venv/bin/activate
Vue Modal and Offcanvas Component
My Modal and Offcanvas components for Vue using Boostrap 5.3.
Grafana + Playwright + Docker Problems
I am using Grafana to graph one of my applications, and I wanted to export these graphs to PDF and email them periodically.
I decidede to use playwright, which is a testing framework that uses a real browser engine and run it without user interface, and it support PDF printing too (only chromium engine).