Alexandre ZANNI

Results 558 comments of Alexandre ZANNI

Under `your-blog/source/_authors`

One can always write some custom modification but then you have to locally insclude the theme in your repository or maintain a custom fork. That's the whole point of having...

Maybe it was unclear, I'm not talking about the total number of columns (with widgets sidebars), for that I know I can use [Layout Configuration Files](https://ppoffice.github.io/hexo-theme-icarus/Configuration/icarus-user-guide-configuring-the-theme/#Layout-Configuration-Files). But I was talking...

In my case with any version I used the last months, half of the time, when launching rocketchat it makes `kwin_wayland` segfault. logs ``` oct. 18 09:06:43 norarch krunner[2488]: QString::arg:...

seems the 7 parts hashes are for `$2$` (RSA/DSA/EC + Bcrypt PBKDF + AES-256-CBC) and `$6$` (RSA/DSA/EC + Bcrypt PBKDF + AES-256-CTR) and so the 2 additional parts are the...

Usually this fix in `setup.py` is enough: ```diff -packages=find_packages(), +packages=find_packages(exclude=["tests*"]), ``` But this method is not used here, so I won't PR as I don't know what's required to exclude...

I guess it could be easily adapted to add `:active` in addition to `:hover`

The project sort projects by languages ![image](https://user-images.githubusercontent.com/16578570/193424621-47fe5e46-55cb-418a-ac04-da0e29cb2877.png) same in https://github.com/MunGell/awesome-for-beginners/blob/main/data.json but my project is a website, there is not much code to contribute to but rather adding data as JSON,...