Recently, I found that photos taken with a phone were rotated 90 degrees counterclockwise when drawing PDFs using the pdf-lib.js library. After investigation, it turns out that the image is recorded with a rotated data grid that records each pixel. We can see it correctly in most image viewers because there is an Orientation metadata information that these image viewers use to determine whether and how to rotate the image for display, but some programs do not do this.
Install Shopify CLI on iPhone with iSH(Not Work)
Install Shopify CLI on iPhone with ISH.
Use Google Programmable Search Engine API to get results – integrated with my personal search tool
How to integrate Google search in the Shell command line.
Install Tmux on iSH and how to use tmux
The greatest value of Tmux to me: Avoiding the need to spend a lot of time restoring to the previous state due to network disconnection or Terminal crash.
Personal Resource Searcher
I often need to search for some of my own private resources and notes. I made a web version of a personal search engine a long time ago. I found that some commands are not commonly used and difficult to remember, and it takes time to find the syntax, so I made a shell version.
Cross Sell module development on Shopify Layouthub App
The customer’s Shopify Shop uses Layouthub APP to manage templates.To add new module functions, you need to create a Section based on Layouthub. This is a Cross Sell module, which means that you can buy a watch and bundle it with a replaceable strap.
Pocket Keyboard and iSH – Work on your Smartphone
Pocket keyboard – Work on your Smartphone
How to use sed to find and replace a string in a file(s) in Linux
sed (“stream editor”) is a Unix utility that parses and transforms text, using a simple, compact programming language.
How to Build a Custom Shopify Theme
After you have signed up, Shopify will direct you to the admin screen. You can select the option, “Customize theme.”