I have a project in which DB access is happening during the DI compilation process. My understanding is that there should be no DB access while running bin/magento setup:di:compile. When I test this theory on a default installation of Magento it holds up. No database access during DI compile. (My […]
Daily Archives: May 1, 2022
I am overriding shipping address in mixin js file , I want id in my controller when we move from checkout page next step. /jshint browser:true jquery:true/ /global alert/ define([ ‘jquery’, ‘mage/utils/wrapper’, ‘mage/storage’, ‘uiComponent’, ‘Magento_Checkout/js/model/quote’ ], function ($, wrapper, storage,Component, quote) { ‘use strict’; return function (setShippingInformationAction) { return wrapper.wrap(setShippingInformationAction, […]
I created a Popup modal. when user click on button i showing the popup form. But the Background is moving top of the page when the popup modal is opened. How to stop the background from moving top when the popup is opened. Thanks. this is my popup modal form […]
I’d like to create a grid (Ui Component) in the Backoffice of Magento 2.4 to display this table sales_order_item and join it with sales_order_grid for the name of the client… (order_id) Could You help me ? Thanks a lot Frédéric (French)
I’m running Linux Mint and trying to get autoscroll to work, which means that when I press or hold down the scroll button on my mouse, I want to be able to get the page to scroll indefinitely by moving the cursor up or down, the way it does in […]
I know on Windows, for Fortran + MPI, we can use Intel OneAPI in which Fortran and MPI are already configured and the performance is good. But my question is, how about gfortran and MPI on windows? How to make gfortran with openmpi/mpich work on windows? Can someone show an […]
I have an old file called ‘faces’ (no extension) and although quicktime cannot open it, VLC can open the video file no problem. When viewing a folder in list view containing this file, it is listed as a file with type “dv Movie”. I tried to convert it with ffmpeg […]
I want to copy audio files from several folders to another folder using the txt files with the names of the songs. I’m trying, in poweshell, the command below posted on the link: search-and-copy-filesby-reading-a-text-file $FileList = Get-Content 'G:MusicsSelect PartyList.txt' $BaseSrc = 'G:MusicsSelect Party' $BaseDst = 'G:MusicsSelect PartyCopy Musics' ForEach ($File […]