Valerio Viperino

Results 60 comments of Valerio Viperino

Just in case this helps [Doom](https://github.com/doomemacs/doomemacs) users out there, I was also having some troubles getting the syntax highlighting to work correctly, so I hacked my way through it. After...

I stumbled into this error too when trying https://github.com/dreamworksanimation/openmoonray/issues/37#issuecomment-1484155809, if it's not _really_ needed, I'd vote for removing it too!

+1, requesting both in scope ``` passport.authenticate("facebook", { failureRedirect: "/login", scope: ["email"] ... ``` and profileFields: `profileFields: ['id', 'email', 'name'] ...`

After checking the official facebook APIs, it seems that passport is broken.. or there's something I don't get. Here's a working url created by hand using the facebook docs (paste...

I have a similar problem, except that Wi-Fi does come up after sleep, but it takes 5-10 seconds. This is on: ```bash $ lsb_release -a No LSB modules are available....

Oh, I didn't know about that OSS icon, that's much better! As for the other things, sounds good! I'll have a look as soon as I have a bit of...

If I use something like ```svg ``` it looks like this: ![Screenshot 2024-06-06 at 10 39 11 PM](https://github.com/pawroman/zola-theme-terminimal/assets/10340139/4c686425-1966-4792-958a-d9fc720ba6f0) is that okay? Otherwise I can keep it white and slightly bigger,...

As for enabling the icon, right now one would need to add this to the `menu_items` : ```toml menu_items = [ # RSS {name = "", url = "$BASE_URL/$FEED_FILENAME"} ]...

I've done a first pass on those features! 1 - > 6dfa410d4ee15f2c403fa6c264639e6c7a583e40, I've used `id="rss-icon"` 2 -> c84d03c60db4c0885546ef0fd1cadfab2ab4949f 3 -> 618125998bfb5f46e7b09a016a7e54cc3ed0948d, added it to the `extra` section of the `config.toml`...

Hey @pawroman , no problem. I noticed these new changes in Zola 19.1 as well (https://github.com/getzola/zola/issues/2566) - I'll give it ago once I have a bit of free time.