i have a project in laravel 9 with laravel voyager admin panel. my problem is when i am using CLI to launch the app everything is fine but when i upload my webs
My proto file is as follows: syntax = "proto3"; option csharp_namespace = "Proto"; message FileListRequest { repeated File Files = 1; } message File {
I'm trying to make script for compiling all scss files in sub-folders to css which are too many. I managed to create array of all paths but still not working pr
How does the working directory setting affect the created R project in RStudio? I get it but can't explain it exactly.
I have started using Postgres and RPostgreSQL. I have manually created a server and database in the Postgres. Now I want to populate the database with my existi
im trying to log in to a specific user account but im getting this error while signing in Fatal error: Cannot redeclare my_iud() (previously declared in C:\xamp
I am cleaning a dataset for analysis. I don't know how to deal with these two columns of time/date data. How do I keep only the year/date and set it to the righ
I'm sending messages using turn_context.send_message as follows: # Generic bot handler with two functions: # 1. Send Message (in theory, the problem lies here)