I have a swarm with three Managers and one Worker. I also have a monitor_service that tries to use the Docker SDK for Python to get the actual number of containers in a tracked_service. This tracked_service lives on the Worker node. If I was dealing with a service not on […]
Monthly Archives: October 2019
How do you swap one large tmux pane with several smaller ones? In other word: from an arrangement like A – to an arrangement like B: A ┊ B ┏───────────────────────┓ ┊ ┌───────┬───────┬───────┐ │ │ ┊ │ │ │ │ │ 1 │ ┊ │ 2 │ 3 │ 4 │ […]
I recently purchased a Thermaltake CPU fan, and whenever it arrived in the mail today, I took it out of the box, and there was a thin layer of thermal paste on the underside of the CPU fan. I had originally planned on applying thermal paste to the surface of […]
Hi everyone, So for starters I’m using PHP 7.2.14 on macOS. PHP 7.1.x is installed on the machine (/usr/bin), and a development tool that we use where I work has installed 7.2 via Homebrew. I also have PHP 7.3 installed in /usr/local/bin and use it sometimes when I’m tinkering with […]
I have tracked this down to Firefox. I have an attribute: video_link that I fill out with a YouTube video embed link: If I try to have the video display in a product tab in a phtml, the video will not display and there are no errors. < ?php $_product […]
I have a module with a Ui Component that is part of a magento widget (based on the Magento chooser widget). At one point, the widget makes an AJAX call that pulls in a view (a .phtml file), which is where I want to initialize the Ui Component. However, if […]