

Blue Beanie Day, winds bloom,
Seasons shift, then fade like flowers,
Nature’s dance will grow.
#haiku #BlueBeanieDay
Sat 30 November 2024
Blue Beanie Day, winds bloom,
Seasons shift, then fade like flowers,
Nature’s dance will grow.
#haiku #BlueBeanieDay
Sat 30 November 2024
Winter’s hot sun shines,
Pink blossoms dance with delight,
Rainbow in water.
#haiku
adding slidePerView and SpaceBetween will solve it – slidesPerView: “1.5”
http://sumnima-clear.mybigcommerce.com/
var swiper = new Swiper(".swiper", {
slidesPerView: 4,
spaceBetween: 16,
breakpoints: {
320: {
watchSlidesProgress: true,
slidesPerView: "1.5",
shortSwipes: false
},
500: {
watchSlidesProgress: true,
slidesPerView: "2",
shortSwipes: false
},
1024: {
preventInteractionOnTransition: true,
watchSlidesProgress: true,
slidesPerView: "4.5",
shortSwipes: false
},
},
});
biannual –
Same day
Lily blooms.
#haiku #sumnima
Pulling: Let’s say you have a terminal on your host open, you could do:
scp user@192.168.1.100:/tmp/myfile /tmp/files/myfile
This way you are creating a “second tunnel” towards your server.
Pushing: (The other way around) so from your server to your host (essentially it is now a tunnel in your original tunnel):
scp /tmp/myfile user@192.168.1.5:/tmp/files/myfile
copy and paste VoodooHDA at Library/Extensions
sudo chmod -Rf 755 /S/L/E*
sudo chmod -Rf 755 /L/E
sudo chown -Rf 0:0 /S/L/E*
sudo chown -Rf 0:0 /L/E
Rebuild Kext Cache
sudo kextcache -i /
<!--?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
?-->
<!--?php
/**
* Category view template
*
* @var $block \Magento\Catalog\Block\Category\View
*/
?-->
<!--?php $category = $block->getCurrentCategory(); ?-->
<!--?php $subcategories = $category->getChildrenCategories(); ?-->
<!--?php $_helper = $this->helper('Magento\Catalog\Helper\Output'); ?-->
<!--?php $objectManager = \Magento\Framework\App\ObjectManager::getInstance(); ?-->
<!--?php if(count($subcategories) > 0): ?-->
<div class="products wrapper grid products-grid">
<ol class="products list items product-items">
<li style="list-style-type: none;">
<ol class="products list items product-items"><!--?php $subcategory = $objectManager->create('Magento\Catalog\Model\Category')->load($subcategory->getId()); ?-->
<li class="item product product-item">
<div class="product-item-info"><!--?php if ($_imgUrl = $subcategory->getImageUrl()): ?-->
<a class="product photo product-item-photo" href="<?= $subcategory->getUrl() ?>">
<span class="product-image-container">
<!--?php $_imgHtml = '<img src="' . $_imgUrl . '" ?-->'; ?>
<!--?php echo $_imgHtml = $_helper->categoryAttribute($subcategory, $_imgHtml, 'image'); ?-->
</span>
</a>
<!--?php endif; ?-->
<div class="product details product-item-details"><strong class="product name product-item-name">
<!--?= $subcategory->getName() ?-->
</strong></div>
</div></li>
</ol>
</li>
</ol>
</div>
<!--?php else: ?-->
<!--?php if (!$block->isContentMode() || $block->isMixedMode()): ?-->
<!--?= $block->getProductListHtml() ?-->
<!--?php endif; ?-->
<!--?php endif; ?-->