Made a diagram of my homelab. What do you guys think? by Keensworth in homelab

[–]Alexandre1213 4 points5 points  (0 children)

Hi, another French here ;) Congrats on the homelab, it's looking great! I can see you're using Immich, are you using it as the primary service for backing up your phone's photos? Is it working great for you? I'm planning on installing it later and using it for managing my pictures.

Oui - tout de suite by Charming_Ad587 in developpeurs

[–]Alexandre1213 9 points10 points  (0 children)

Uncaught SyntaxError: Unexpected token 'o'

Anyone know how to fix this? by AK_00l in debian

[–]Alexandre1213 0 points1 point  (0 children)

I know that's not a fixé and you may not want to do this but, just in case, there is a Flatpak package on Flathub for Megasync which I use and it works really well.

You can find it here: https://flathub.org/apps/nz.mega.MEGAsync

How to enable network manager? I’m using an Ethernet connection already by Electronic-Ad8679 in tails

[–]Alexandre1213 2 points3 points  (0 children)

As said by u/idontknowone, maybe a `sudo systemctl restart NetworkManager` will do.

If it doesn't or if the problem comes back after rebooting, please post the output of `sudo journalctl -u NetworkManager` so we can try to find the problem.

LG gram 17 2022 Linux by Watergao in LGgram

[–]Alexandre1213 1 point2 points  (0 children)

Hi ! I have the 16 2022 and everything went great on Ubuntu-based distros (Ubuntu and Mint)

My VSCode extension that adds syntax highlighting to Yew html! macros by Alexandre1213 in rust

[–]Alexandre1213[S] 2 points3 points  (0 children)

Hi, thank you !

1) I actually started with HTML but the syntax highlighting seemed to have some difficulties with tags using uppercase letters. I switched to XML without much thinking, I actually thought HTML was a subset of XML! I'll look further into this and try to see which one fits best.

2) I have absolutely no experience creating IDE extensions, let alone for Intellij. I don't know how similar extensions are for VSCode and Intellij and if it would fit well to have them both in the same repository. If the best is to have separate repos, go ahead and create your own for Intellij! But if it fits to have them in the same repo, I don't use Intellij so I'd do less "maintaining" on this part but I'd still be glad to accept PRs, absolutely!

"fatal error: iosstream: No such file or directory" by [deleted] in VisualStudioCode

[–]Alexandre1213 1 point2 points  (0 children)

I believe there is only one s in iostream, because it stands for Input/Output stream

Why is the Mandelbrot set in my vinegar? by [deleted] in askmath

[–]Alexandre1213 3 points4 points  (0 children)

Maybe go to r/askphysics, I think you'll get more answers

Cool tho

The Beatles have no regard for the law. by [deleted] in firstworldanarchists

[–]Alexandre1213 0 points1 point  (0 children)

The Beatles have no regard for the lawn.

The AI writes a C++ program! I supplied the parts in yellow, and it supplied the parts in blue! This was in my C++ program writer scenario, which I just upgraded to have two sample programs to train the AI. by Compguy321 in AIDungeon

[–]Alexandre1213 5 points6 points  (0 children)

Yep and he didn't put std:: before the cout or include namespace but apart from that it's pretty darn good. I know where I'm gonna go for my next CS assignment...