
Basico 0.3 released
Basico helps you to track those SAP Notes that you use as SAP Consultant.
Basico helps you to track those SAP Notes that you use as SAP Consultant.
These days, back to Basico’s development, I’ve realized about a weird behavior when program finished its execution: After a few research, looking into some forums, I found the solution. Just export the following variable:
1 |
export LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4" |
I don’t understand why it fixes the problem, and sadly, I don’t have enough time to look into it :( […]
While developing the Dashboard module I had problems to display charts generated with Pygal. Charts can only be saved as SVG format (they can be saved as PNG files but I haven’t found any portable library to use easily in Windows). The first solution I came up with was to create an HTML file and […]