dm-vev
dm-vev
My code: ``` protected override void BeforeRun() { try { var fs = new Sys.FileSystem.CosmosVFS(); Sys.FileSystem.VFS.VFSManager.RegisterVFS(fs); foreach (var disk in Sys.FileSystem.VFS.VFSManager.GetDisks()) { //disk.CreatePartition(50*1024*1024); //disk.MountPartition(1); disk.DisplayInformation(); // disk.FormatPartition(2, "FAT32"); } var...
P.S Firewall is disabled for all networks.
У меня была похожая проблема, я решил так: 1) Установил расширения для создания расширений  2) Обновил Висуал Studio до последней версии 3) Запустил install vs2022.bat 4) Если произошла ошибка,...
Can you tell if your Visual Studio is installed in the default path?
this code solves problem in python: ```python session = requests.Session() payload = {"model": "gpt-3.5-turbo", "messages": [{"role": "user", "content": "hello!"}]} r = requests.post("https://chatgpt-api.shn.hk/v1/", headers = {'Content-Type': 'application/json'}, data= json.dumps(payload)) answer =...
if you send a lot of requests to bots, you can get banned. I personally do not have very many requests per minute and the account worked until I had...
all of my 3 accounts banned... :(
same issue ``` E (60117) lan8720: lan8720_init(393): wrong chip ID E (60117) esp_eth: esp_eth_driver_install(199): init phy failed Traceback (most recent call last): File "", line 1, in OSError: esp_eth_driver_install failed...
Thanks for the answer! First of all, I changed these parameters for my Arduino Mega. As for your RAM guess, it's probably the problem, because the welcome screen showed too...