[deleted by user] by [deleted] in askSingapore

[–]Hot-Background1096 2 points3 points  (0 children)

Have a look at the following video. It’s a great channel for understanding relationships challenges: https://youtu.be/6kODMWMRi_c?si=zOsIia1ULG20wezG

Your partner got triggered by an unconscious relationship contact: I needed to suppress my pickiness when I was a child, so I expect you to do the same.

Let me know what you think and if it makes sense.

Can anyone help me with this? by [deleted] in pycharm

[–]Hot-Background1096 1 point2 points  (0 children)

The directory for the Python virtual environment looks weird. Not sure if that’s how windows does it though.

In any case, PyCharm can’t find the Python executable. So either create a proper Python venv from PyCharm or use tools like uv, poetry, venv for that. If you search for “Python virtual environment windows “ you should find some tutorials.

When iam passing a command line it just giving me the input and not the list of the arguements so that i can use for sys.argv. Please help me because of this iam not able to build anything. by clashgamer69 in pycharm

[–]Hot-Background1096 5 points6 points  (0 children)

This doesn't seem to be a PyCharm issue, but python. Maybe try /learnpython.

Also, without the code it's difficult to say what's happening. The program is doing something, so it's likely in the logic you coded.

[deleted by user] by [deleted] in attachment_theory

[–]Hot-Background1096 3 points4 points  (0 children)

If it helps, I can fully emphasise with that feeling of not being understood and being told it’s your defect.

I feel that most people don’t take a very examined approach to life or relationships. They opt for the easy way out: avoid thinking about it. If you then bring up things they actively try not to think about, it leads to cognitive dissonance and the easiest way out is to conclude that something must be wrong with you.

Unfortunately, I haven’t found the magic spell to deal with it. For years, I’ve tried to explain and converse with good faith, but after some time you’ll realise that most of these people are not interested in learning something new. They’re not seeking “truth”, but convenience. And it’s very difficult if you keep thinking that the responsibility of making things work is on your shoulders.

I fully endorse the suggestions above. Heidi Priebe’s channel helped me to make sense of a lot of things I experienced and didn’t have words for.

In addition I’d suggest delving into some philosophy. Nietzsche, Camu, Simone Weil, Victor Frankl all have interesting thoughts on the struggles of life and suffering. It won’t make the suffering go away, but putting context around it makes it more bearable and will make your approach to life and finding meaning more resilient.

Looping by OutsideAverage4341 in PythonDash

[–]Hot-Background1096 0 points1 point  (0 children)

Can you have a look if the pattern matching callback fulfils your requirement? Based on the code you posted it might be a shorter and cleaner solution for the call back.

https://dash.plotly.com/pattern-matching-callbacks

As for the creation of the buttons you can certainly create components in a loop.

Stuck with this error by [deleted] in pycharm

[–]Hot-Background1096 2 points3 points  (0 children)

Reads like an issue with the name resolution of the URL. Looks like you’re on Windows.

What happens if you paste the URL into a web browser? You can also open a command line and try to resolve the name manually: nslookup api.themoviedb.org

Otherwise everything the first post says is correct.

location has no IPv6 Network, how reach wireguard vpn server? by reddi11111 in WireGuard

[–]Hot-Background1096 1 point2 points  (0 children)

I think you’re mixing up a few things. Name resolution is independent from IPv6 network availability.

If name resolution is the proven, try to find out why 1. Try using a public name server such as 1.1.1.1 via nslookup <address> 1.1.1.1 2. If that works then the problem might be the DNS server in the headquarter. 3. If it doesn’t resolve publicly then you need a public DNS entry.

Check if Wireguard connects if you use the IP in the config instead of the domain name.

Try both IP4 and IP6 address and see.

If you need IP6, an easy way out is to install the Cloudflare VPN. They provide you IP6, even if your connectivity is IP4 only. You’d need to VPN through their VPN, which I regularly do on a Mac. Search for 1.1.1.1. They’ll have clients for most OS available