How to migrate GitHub issues to Jira
A tutorial shows you how to write a script to migrate GitHub issues to Jira.
A tutorial shows you how to write a script to migrate GitHub issues to Jira.
A lot of times we use matplotlib to plot images and we would like to display them on a HTML page simply for rendering as PDF for download or just for display.
Fortunately this is possible for django backend, here is an example for plotting a horizontal barchart in HTML …
I have a due boot system and one day after I updated my Manjaro system, I got this error:
file ‘/boot/vmlinuz-5.7-x86_64’ not found
you need to load the kernel first.
After some research, here I found the solution how to fix it:
sudo …
There are many ways to setup a Github blog, but since I love Python I think it makes sense to use Pelican, which is a Static Site Generator, Powered by Python.
mkdir <blogname>
A tutorial shows you how to work with timezone in python.
PDFTK is a very handy package that handles PDFs. It could open and write to existing PDFs, and a lot of other great things. However, it is missing from the Ubuntu 18 and is very tricky to install on Ubuntu 18 (but works nice and smoothly on Ubuntu 16). This …