Recently I have had issues with my Win 10 pc’s not seeing each other in Network. Sometimes, you can type the IP address in manually and it will find the other PC even though it doesn’t show in Network. I have read quite a bit online about turning services DNS […]
Monthly Archives: July 2022
I am considering upgrading my current machine by purchasing a new motherboard and CPU. I am specifically looking into this Asus Prime X570 Pro Motherboard (paired with a 5950X). I would be bringing along my Nvidia 3090 and three M.2 PCIe Gen 4 SSDs. Given this motherboard supports PCIe bifurcation […]
I am trying to encode videos to have them play on a little video recording tablet, but it’s very picky about the format. Here’s an example file that was recorded by the device itself: ffmpeg -i AMSG0003.AVI ffmpeg version N-94646-g1cfba7fc75 Copyright (c) 2000-2019 the FFmpeg developers built with gcc 9.1.1 […]
Issue: When transferring any size or amount of files to NAS RAID via FTP the transfer rate is abysmally slow at 3MB/s. When I transfer same files across a SMBv1 connection I can achieve 11.3MB/s. Given the below specs, I cannot reconcile 3MB/s transfer speeds as it would take over […]
Learn how to build a free website with Wix, a site builder that’s packed with features and designed for site owners of any experience level. Continue reading How to Create a Website with Wix on SitePoint.
I have a widget that selects the product but it returns the sku and the id of the product, and what I need is the image or a thumbail. any idea what block I call because for this I make the call to the block <parameter name="id_path" xsi:type="block" visible="true" required="true" […]
I’m writing a mixin for vendor/magento/module-checkout/view/frontend/web/js/sidebar.js I need to add extra events to _initContent: function () { var self = this, events = {}; this.element.decorate('list', this.options.isRecursive); /** * @param {jQuery.Event} event */ events['click ' + this.options.button.close] = function (event) { event.stopPropagation(); $(self.options.targetElement).dropdownDialog('close'); }; events['click ' + this.options.button.checkout] = $.proxy(function () […]
Over 3000 of our SKUs contain special characters such as “-“, “/”, “&”. The problem is when we try to search regular SKU (e.g. ABC123) on the front end it returns the correct result; however when we try to search the SKU having special characters (e.g. ABC-123), it returns multiple […]
I have version 8.1.3 of PHP and I am getting the following error message on Magento 2.4.4: Exception #0 (Exception): Deprecated Functionality: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /data/web/magento2/lib/internal/Magento/Framework/Stdlib/DateTime/Timezone.php on line 259 on the homepage, category pages etc. Have you faced this issue […]