-
How to Locate an Image in File Explorer in Darktable
Read more: How to Locate an Image in File Explorer in DarktableFinding the original location of an image in File Explorer in Darktable can be tricky. While researching, I couldn’t find a direct method, like right-clicking on the image (Lightroom reference) on Darktable. I came up with a workaround, though. Method 1: Using the Image Information Panel You can copy the image location and paste it…
•
-
STOP VS Code from automatically renaming all other occurrence of a variable
Read more: STOP VS Code from automatically renaming all other occurrence of a variableUnderstanding the situation: When you try to edit one variable name on a file, all the other occurrences of the same variable automatically gets renamed. You might not want that to happen in certain scenario. You can change this behavior by disabling Linked Editing feature of the VS code editor. Disable Linked Editing Follow the…
•
-
error_log: Output an Array/Object Value in PHP
Read more: error_log: Output an Array/Object Value in PHPCode to error_log an array or object value: $VALUE in the above code is the variable with array or object value.
•
-
Remove Metadata of a Photo in Darktable
Read more: Remove Metadata of a Photo in DarktableA photo taken generally consist of a invisible metadata such as location, personal information (Camera info, date and time, etc.), copyright, etc. You might want to remove some or all those information before posting them online. Follow these steps to remove it using Darktable Photography Application:
•
-
Automatically Git Commit and Push Changes on File Save in VS Code
Read more: Automatically Git Commit and Push Changes on File Save in VS CodeIf you do not need to write proper customize commit message, you might want to avoid hassle to write command and message every time to commit and push the changes. This happened to me while I decided to save notes in my GitHub repository. Fortunately, I found really amazing extension to handle it. Fun fact:…
•
-
Find absolute value of relative unit in Google Chrome inspect element
Read more: Find absolute value of relative unit in Google Chrome inspect elementFor example, relative font size with em, rem, vm will be converted to px.
•