i’ve got two shiny new Samsung 980 pro’s installed on a shiney new server board. the problem is, something seems to be throttling their performance. at odd times. here is what i get sometimes: good random perf the problem is, other times i get this: bad random perf exactly same […]
Monthly Archives: July 2022
I’d like to be able to specify columns by saying “Starting on column D, I want every third column” make these show up in one “total” column The image probably describes it a little better – instead of doing ={Range1; Range2; Range 3; ...} manually for each desired range, a […]
Right now, I can only exit scroll / copy-mode when I hit the letter q. I’d like to: Exit copy mode on any keypress The keypress should also be added to my prompt. Here’s a demo of the behavior I’d like to replicate in tmux: https://imgur.com/a/pljsmA4
I just installed LuaRocks, the standard package manager for Lua, using Homebrew: brew install luarocks I’m running Lua 5.4, and every time I try to access the package repository, either to search or install, it errors out. For example: % luarocks search --all sh: line 1: 55274 Abort trap: 6 […]
I’m trying to use ffmpeg to take an input mp3 audio file (which contains an audio source and video source) from stdin, make modifications, and then send the mp3 to stdout. However, upon inspection of the audio after saving the stream from stdout, the file stream is missing the video […]
How do I call external api that comprises of my product name, Sku’s and prices in magento2. I want all this to appear in catalogue->products magento2. I don’t know how to go about this. I will be very grateful for any assistant.
I’m trying to show multiple discounts in a public php script that sends orders to our ERP system. The problem im having is when an order has more than one discount, it is only pulling one discount with a total discount amount for both. I need it instead to show […]
While installing magento 2 fresh version, found this issue on server, rtrim() expects parameter 1 to be string, bool given#0 /home/..../vendor/magento/framework/Encryption/Adapter/Mcrypt.php(171): rtrim() #1 /home/..../vendor/magento/framework/Encryption/Encryptor.php(452): MagentoFrameworkEncryptionAdapterMcrypt->decrypt() #2 /home/..../vendor/magento/module-config/Model/Config/Backend/Encrypted.php(111): MagentoFrameworkEncryptionEncryptor->decrypt() According to Magento DevDocs mcrypt extension is not needed and it’s already removed on php 7.2. FYI, sodium, openssl and other extension […]