I've been getting this error and I cannot do anything - visual-studio-code

I've been getting this error and I don't know any solutions to this type of problem. I've been coding c on a windows device but never on macos
enter image description here
I don't know what to do since I have no information on anything apart from coding since I only read textbooks so far. I'm hoping someone can help me.

Related

Swift Metal Compiler failed with XPC_ERROR_CONNECTION_INTERRUPTED BERT Model

I've recently been working on an app where a user can ask questions about a text and the app will print out the answer. For that, I used the Apple Finding Answers to Questions template, which is powered by BERT. This template worked just fine, until yesterday when it always printed out the error message:
Compiler failed with XPC_ERROR_CONNECTION_INTERRUPTED
when executing the BERT inference code:
let answer = self.bert.findAnswer(for: searchText, in: detail.body)
I haven't changed anything of the code, so this seems like a bug, does anyone know how to solve it or did anyone have similar problems?
I was able to resolve the issue by cleaning my build folder, therefore this issue seemed to be caused by corrupted cache files.

I have a console problem with the libraries in unity

OK, I've been a few hours trying to find a better title, more descriptive but since I wasn't able to, here we go. I have this error displayed on the console:
Library\PackageCache\com.unity.textmeshpro#2.0.1\Scripts\Runtime\TMP_CoroutineTween.cs(1,3): error CS1056: Unexpected character '
Indeed it is more than 999 errors but I don't know what they mean and less I know how to solve them.
I tried then with uninstalling and installing again Unity and the Unity Hub and still have this problem. I'm a starter indie developer and having Unity in my PC the next days or weeks is REALLY IMPORTANT, please, if someone knows what causes this or even better how to solve it, tell me

Persistant "Error reading from database" error

I'm new to Moodle 3.7!
I was trying to get it installed in the AMP stack that already comes with the Mac (except for the MySQL 8.0.12 which I installed separately). It all went okay so far, except for a few Issues I stumbled upon and got them fixed until I face this persistent "Error reading from database" error at the end of the installation process. If I'm not mistaken, I'm supposed to be greeted with my first admin screen to change my password and whatnot.
I've searched for an entire day so far only to find my efforts were in vain. I suspect it is some issue emerging from "dml_read_exception".
Thank you in advance for your anticipated support.
After hours of research and digging into the code, I realized that I had erased the default prefix for database set by moodle, "mdl_". Apparently, this is important.
I'm really not very well versed with databases so not very good at its terminologies.
It would be appreciative if anyone explains how it works and why it affected my installation process. Thank you.

I can't edit a java package in eclipse

There used to be a window where I could just type the code, but then I miss-clicked and now there is a blank window and I can't type anything in there. Please help. I know it's a noob mistake, but i am a noob xD
I would post a screen shot but apparently I don't have enough reputation. I've tried changing perspective. That does nothing, i've tried re-instaling, that also does nothing. Please, I really need some help here

DistutilsPlatformError: Unable to find vcvarsall.bat

I know that this question has been posted multiple times. And I have done my research but still was left clueless. So please bear with me but I wanted to see if someone can offer more direct help,
I am using the latest Python xy distribution
https://code.google.com/p/pythonxy/
I launched an ipython session and tried to write a simple fibonacci function, after doing load_ext cythonmagic. But ran into the above error. I also set the env. variable VS90COMNTOOLS to equal %VS100COMNTOOLS%, as some posts suggested. That did not fix it, what else can I do to fix the error?
Thanks