Ohh that was a good one. best one I think.
Same as having a good backup strategy but didn't try to restore once.
Ohh that was a good one. best one I think.
Same as having a good backup strategy but didn't try to restore once.
there are everywhere and everytime excaptios
and yeah like instagram and whatsapp. every update makes the app worse. google assistant too
i already using many alternatives for myself. but for work and hobbies, i still need some of those google apps or social media platforms
it depends about which applications they are and how securitx affined you are. but as a normal user for most apps this is ok
I dont really use critical apps on my phone and on some important apps, i cant use them until I update them. So theres not a big risk or danger for not updating them. still there are some apps i update often but for the big all, twice a year must be enough
1st of april
Hey thanks for the comment!
The plugins don't get maintained by me, they're getting maintained by the Grav team. I'm not very good in PHP too.
I plan to create an issue on GitHub if I know more and probably identified the code causing the problem.
Every shortcode is a PHP class and looks like this:
<?php
namespace Grav\Plugin\Shortcodes;
use Grav\Common\Utils;
use Thunder\Shortcode\Shortcode\ShortcodeInterface;
class ClearBothShortcode extends Shortcode
{
public function init()
{
$this->shortcode->getHandlers()->add('clearboth', function (ShortcodeInterface $sc) {
// Get shortcode content and parameters
$str = $sc->getContent();
$output = '<div style="clear: both;"></div>';
return $output;
});
}
}
with that, it should be possible to only call these classes.
didn't know they had this feature all the time😳
I'd just import it as TwitterIcon
She doesn't have much money for a new laptop and since she won't use it often, it's enough to check mail, e-banking, ... And we have some old laptops at home nobody uses, so we thought we could give it to her as a gift.
Eventually, she'll buy a new ~400$ laptop later with some good specs, but that's not in the upcoming months. But thanks for the help.
as a swiss german (we capitalize nouns for those who don't know), I sometimes automatically capitalize nouns when writing in english, especially when I just wrote something in german. Its a habit and at least for me, its really hard to prevent me doing it.
Same is for when I wrote mucn in english before, then writing something in german. Then everything is in lowercase.