platformio can't access local directory - platformio

Open PlatformIO Project
I have reinstalled the platformio, but it stll dont't work!
then i tried to create a new project and create a new project dir -gd32_test,
i got these errors as follows:
OS_MAKE_DIRS
Server error: {"type":"PermissionError","args":[13,"Permission denied"],"message":"[Errno 13] Permission denied: '/home/fy\\gd32_test'"}
i guess there is something wrong with the formate of the path created
by the way, i'm a student from china, i'm grately graceful for your help, thanks!

Related

Unable to watch for file changes in this large workspace which has only two cpp files

I am trying to run the first example of zguide (zeromq). The project has two files, client and server, and I am doing this using vscode ssh remote on a RHEL7 machine.
Here is the structure of the folder and how it looks like in VSCode explorer:
ZEROMQ[SSH:remote_machine]
|_.vscode
|_tasks.json
|_c_cpp_properties.json
|_client.cpp
|_server.cpp
Once in a while I receive this warning:
Unable to watch for file changes in this large workspace folder. Please follow the instructions link to resolve this issue.
The instructions are of course telling me to increase the limit size which I don't think is the issue here with such a small project.
So, any ideas what's happening and how to resolve this?

how can i fix vercel path error when deploying

My project works on local , but i try to deploy to vercel, i got this error Module not found: Can't resolve '../artifacts/contracts/Cartoonz.json' in '/vercel/path0/utils';
Here is my utils/interact.js
my path already exist on const contract, right ?
You have to run vercel from a directory that contains the assets folder, because the parent directories won't be uploaded to vercel.
Can you please post a screenshot of your folder structure, and tell us where you run the vercel command?

Change .vscode folder location

I'm programming a client side applications using SharePoint Designer 2013.
I want to change to VSCODE since it supports a lot of extensions for some Javascript library like angular, jQuery. And because of the Chrome/Node.js debugger extension.
But when I try to start any Debugger, I got the error:
Unable to create 'launch.json' file inside the '.vscode' folder (Error: UNKNOWN: unknown error, mkdir '\\servername\DavWWWRoot\sitename\Style Library\.vscode').
I get this error because it's impossible to create a folder in SharePoint where the name starts with dot.
So there's a possibility to change the name of this folder or the file location to any directory in my local computer?
No, it's not possible to move/rename that folder. VS code is a tool that bases project management on folder content. So it is essential that the project settings reside in the folder being managed.
You can move the "extensions" folder, but unfortunately not the argv.json (so the ".vscode" will, at least be recreated on vscode launch)
https://github.com/microsoft/vscode/issues/17691#issuecomment-559234574
I hope that'll finally change sometime .
https://github.com/microsoft/vscode/issues/3884
https://github.com/OmniSharp/omnisharp-roslyn/issues/953

Upload Image issue in Magento wysiwyg editor

I got problem with upload image in Magento in wysiwyg editor.
error showing The directory is not writable by server. I've checked all rest setting but somehow everything is showing perfect. can any one solve it?
To getrid off the error message you are getting "The directory is not writable by server".
Please firist check "wysiwyg" Folder exist In the Media folder on root folder of your project
If it is not there please create it.
If it is already there please check the permission on folder, it should be 755 or if server settings not allowing give it 777 and try
Hope it will fix this.
First of all before work on magento please run magento-check php file. This file will check all required permission in your magneto setup and applied required permission also.
After that please try to upload image in "wysiwyg" editor. If you are still having this issue. Please check that "wysiwyg" folder is created or not. If it is not created, please create it and try to apply 777 permission.

Error on publishing Android project

It shows unable to open file for read: no such file or directory
(the directory shown in the error message should be linking to the Android SDK folder, the directory shown in the error message is wrong and i tried to rename the folders to make the directory correct but it doesn't work as the directory shown in error message change every time...)
Is there any way to fix it? i have reinstalled it but still doesn't work. Thanks guys
You shouldn't change the name of the SDK Folders.
I suggest you to install a fresh Android SDK from
http://services.smartface.io/File/Download/installer_r23.0.2-windows.exe
After that, set the path again from File -> Project Details -> Android SDK tab.