so i was studying about paging and after studying for a while come to a conclusion, but i was still some what unsatisfied, so i asked chatGPT and it gave me this answer. this seems pretty right to me, but still i need some help if this is what actually […]
Yearly Archives: 2023
So, I have this Western Digital 5TB portable drive (Specifically “My Passport” branding) that I have some video recordings on of me playing video games. The thing is that the files are huge (20+GB per file due to 4K HDR recording) and I’m trying to copy them to another computer […]
I have a directory /home/localuser/share. The localuser owns and has full control over it. But it must be accessed through a samba share, as read only by user “nobody” (no password required). I can’t figure out how to correctly set smb.conf and give the right permissions to nobody in my […]
I’m new to MS Power Automate. I was trying to use it to enter repetitive data into an application. I noticed there is a lag between clicking the various menu items in my application. To duplicate my issue, I opened the calculator app in Windows 11, and I recorded a […]
i do all this command bin/magento setup:upgrade bin/magento setup:static-content:deploy -f bin/magento setup:di:compile bin/magento indexer:reindex bin/magento catalog:images:resize bin/magento cache:flush bin/magento cache:clean but images still not showing by the way the image on Featured Products block it is showing but on category page not showing here is category page here is Featured […]
I want to use a newsletter subcriber that a customer can add his e-mail to the newsletter_subscriber table. I use the following code: <form class="form subscribe" method="post" action="/newsletter/subscriber/new/" > <div class="form_search"> <div class="container"> <div class="row"> <div class="col-md-4 col-sm-12 col-xs-12 wp-form"> <div class="text_form">VERPASSEN SIE KEINE AKTION!</div> </div> <div class="col-md-8 col-sm-12 col-xs-12 […]
We developed a custom shipping module that displays shipping methods and the rates in Firecheckout page. The issue is the Shipping Method block in the firecheckout page doesn’t refresh if one changes the country and Province. I decided to add an event listener to Province dropdown to reload the page […]