Objective: Setup an development environment to create PDF generation using PDFKit Problem faced The version node 18 and react 18 has some lagency issues that prevented pdfkit to function properly.…
To fix the blur, go to Player Settings and search for render. Under HDRP Global Settings, change the Mode from Automatic to Fixed. Then uncheck the Motion Blur Also make…
https://dev.mysql.com/downloads/mysql/ requires to update the my.cnf to access the local sql setup. however there is non. Hence the solution is to open MySQLWorkbench and enter the password to connect. the…
Solution: Need to set correct path for terminal This is the problem with your $PATH: /usr/local//usr/local/mysql/bin/private/var/mysql/private/var/mysql/bin. $PATH is where the shell searches for command files. Folders to search in need…
Objective Record and able to fast reference anything i have thought and learnt Especially for codes, all the tested working codes can be quickly reused and referenced Things to record…
Objective Convert Received JSON from API to useful C# data structure Overview Process involved with the following: Using online tool to convert the json schema into C# data structure Save…
Objective and raw data Obtaining a raw data created by WP forms from database $result = $wpdb->get_results( $wpdb->prepare(" SELECT `Position` FROM `wp_meta` WHERE `post_id` = %d ", $post_id, ) By…